Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
|
@@ -75,6 +75,7 @@ RUN cd /tmp && pip install -r requirements.txt
|
|
| 75 |
|
| 76 |
RUN pip install https://download.is.tue.mpg.de/icon/HF/kaolin-0.11.0-cp38-cp38-linux_x86_64.whl
|
| 77 |
RUN pip install https://download.is.tue.mpg.de/icon/HF/pytorch3d-0.7.0-cp38-cp38-linux_x86_64.whl
|
|
|
|
| 78 |
RUN pip install git+https://github.com/YuliangXiu/neural_voxelization_layer.git
|
| 79 |
|
| 80 |
ENV TRANSFORMERS_CACHE=/tmp
|
|
|
|
| 75 |
|
| 76 |
RUN pip install https://download.is.tue.mpg.de/icon/HF/kaolin-0.11.0-cp38-cp38-linux_x86_64.whl
|
| 77 |
RUN pip install https://download.is.tue.mpg.de/icon/HF/pytorch3d-0.7.0-cp38-cp38-linux_x86_64.whl
|
| 78 |
+
RUN pip install pyembree
|
| 79 |
RUN pip install git+https://github.com/YuliangXiu/neural_voxelization_layer.git
|
| 80 |
|
| 81 |
ENV TRANSFORMERS_CACHE=/tmp
|