xmrt commited on
Commit
de93d1c
1 Parent(s): c462bec

3d visualization and req.txt

Browse files
Files changed (1) hide show
  1. 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