Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +0 -4
Dockerfile
CHANGED
@@ -80,10 +80,6 @@ RUN pip install https://download.is.tue.mpg.de/icon/HF/kaolin-0.11.0-cp38-cp38-l
|
|
80 |
RUN pip install https://download.is.tue.mpg.de/icon/HF/pytorch3d-0.7.0-cp38-cp38-linux_x86_64.whl
|
81 |
RUN pip install pyembree
|
82 |
|
83 |
-
CMD ["which", "nvcc"]
|
84 |
-
CMD ["nvcc", "--version"]
|
85 |
-
RUN pip install git+https://github.com/YuliangXiu/neural_voxelization_layer.git
|
86 |
-
|
87 |
ENV TRANSFORMERS_CACHE=/tmp
|
88 |
ENV MPLCONFIGDIR=/tmp
|
89 |
|
|
|
80 |
RUN pip install https://download.is.tue.mpg.de/icon/HF/pytorch3d-0.7.0-cp38-cp38-linux_x86_64.whl
|
81 |
RUN pip install pyembree
|
82 |
|
|
|
|
|
|
|
|
|
83 |
ENV TRANSFORMERS_CACHE=/tmp
|
84 |
ENV MPLCONFIGDIR=/tmp
|
85 |
|