yinwentao
commited on
Commit
·
b9447ab
1
Parent(s):
fa0103d
updateRequirements
Browse files- Dockerfile +3 -0
Dockerfile
CHANGED
@@ -41,6 +41,9 @@ RUN pip3 install --no-cache-dir -U torch==1.12.1+cu113 torchvision==0.13.1+cu113
|
|
41 |
RUN pip3 install --no-cache-dir --upgrade -r /code/requirements.txt
|
42 |
RUN pip3 install --no-index --no-cache-dir pytorch3d -f https://dl.fbaipublicfiles.com/pytorch3d/packaging/wheels/py38_cu113_pyt1121/download.html
|
43 |
RUN pip3 install tensorflow-gpu==2.8.1
|
|
|
|
|
|
|
44 |
RUN pip3 install ./shencoder
|
45 |
RUN pip3 install ./gridencoder
|
46 |
RUN pip3 install ./raymarching
|
|
|
41 |
RUN pip3 install --no-cache-dir --upgrade -r /code/requirements.txt
|
42 |
RUN pip3 install --no-index --no-cache-dir pytorch3d -f https://dl.fbaipublicfiles.com/pytorch3d/packaging/wheels/py38_cu113_pyt1121/download.html
|
43 |
RUN pip3 install tensorflow-gpu==2.8.1
|
44 |
+
|
45 |
+
WORKDIR /code
|
46 |
+
RUN pip3 install ./freqencoder
|
47 |
RUN pip3 install ./shencoder
|
48 |
RUN pip3 install ./gridencoder
|
49 |
RUN pip3 install ./raymarching
|