Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
@@ -67,6 +67,7 @@ RUN nvcc -V
|
|
67 |
# install torch-scatter
|
68 |
RUN git clone https://github.com/rusty1s/pytorch_scatter.git /home/user/pytorch_scatter
|
69 |
WORKDIR /home/user/pytorch_scatter
|
|
|
70 |
RUN python setup.py install --user
|
71 |
|
72 |
# install diff-gaussian-rasterization
|
|
|
67 |
# install torch-scatter
|
68 |
RUN git clone https://github.com/rusty1s/pytorch_scatter.git /home/user/pytorch_scatter
|
69 |
WORKDIR /home/user/pytorch_scatter
|
70 |
+
RUN git checkout 2.1.2
|
71 |
RUN python setup.py install --user
|
72 |
|
73 |
# install diff-gaussian-rasterization
|