3d visualization and req.txt
Browse files- Dockerfile +1 -2
Dockerfile
CHANGED
@@ -1,8 +1,7 @@
|
|
1 |
FROM python:3.9
|
2 |
|
3 |
WORKDIR /code
|
4 |
-
|
5 |
-
#COPY ./requirements.txt /code/requirements.txt
|
6 |
|
7 |
#RUN pip install torch==1.9.1+cu111 torchvision==0.10.1+cu111 -f https://download.pytorch.org/whl/torch_stable.ht
|
8 |
RUN pip install torch==1.9.1 torchvision==0.10.1 -f https://download.pytorch.org/whl/torch_stable.ht
|
|
|
1 |
FROM python:3.9
|
2 |
|
3 |
WORKDIR /code
|
4 |
+
COPY ./requirements.txt /code/requirements.txt
|
|
|
5 |
|
6 |
#RUN pip install torch==1.9.1+cu111 torchvision==0.10.1+cu111 -f https://download.pytorch.org/whl/torch_stable.ht
|
7 |
RUN pip install torch==1.9.1 torchvision==0.10.1 -f https://download.pytorch.org/whl/torch_stable.ht
|