install tinycudann

This commit is contained in:
ly119399
2024-01-08 10:10:28 +08:00
parent 97f2830afc
commit bf6e595710

View File

@@ -32,6 +32,11 @@ 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 \