This commit is contained in:
ly119399
2024-01-08 10:11:35 +08:00
parent c9668afec9
commit c79d11ec1e

View File

@@ -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 \