AndreasLH commited on
Commit
f330eb1
·
1 Parent(s): a567ae4
Files changed (1) hide show
  1. 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 git+https://github.com/facebookresearch/[email protected] \
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