Spaces:
Running
Running
cs
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -15,7 +15,7 @@ COPY ./pre-requirements.txt /code/pre-requirements.txt
|
|
15 |
RUN pip install --no-cache-dir -r /code/pre-requirements.txt
|
16 |
RUN pip install --no-cache-dir -r /code/requirements.txt
|
17 |
|
18 |
-
RUN git clone
|
19 |
&& cd pytorch3d \
|
20 |
&& pip install -e .
|
21 |
|
|
|
15 |
RUN pip install --no-cache-dir -r /code/pre-requirements.txt
|
16 |
RUN pip install --no-cache-dir -r /code/requirements.txt
|
17 |
|
18 |
+
RUN git clone https://github.com/facebookresearch/[email protected] \
|
19 |
&& cd pytorch3d \
|
20 |
&& pip install -e .
|
21 |
|