Skip to content

Commit

Permalink
reset
Browse files Browse the repository at this point in the history
  • Loading branch information
ly119399 committed Jan 8, 2024
1 parent c9668af commit c79d11e
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions docker/Dockerfile.ubuntu
Expand Up @@ -32,11 +32,6 @@ RUN if [ "$USE_GPU" = "True" ] ; then \
else \
echo 'cpu unsupport detectron2'; \
fi
RUN if [ "$USE_GPU" = "True" ] ; then \
bash /tmp/install_tiny_cuda_nn.sh; \
else \
echo 'cpu unsupport tiny_duda_nn'; \
fi

# torchmetrics==0.11.4 for ofa
RUN if [ "$USE_GPU" = "True" ] ; then \
Expand Down

0 comments on commit c79d11e

Please sign in to comment.