matyasbohacek commited on
Commit
2df0de9
1 Parent(s): ab5d503

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -1
Dockerfile CHANGED
@@ -14,7 +14,6 @@ RUN pip install --no-cache-dir -r /tmp/requirements.txt
14
 
15
  # Install PyTorch 1.8.1 and its dependencies from PyTorch's wheel
16
  RUN pip install torch==1.8.1 -f https://download.pytorch.org/whl/torch_stable.html
17
- RUN pip install https://download.pytorch.org/whl/cpu/torch-1.8.0%2Bcpu-cp39-cp39-linux_x86_64.whl
18
 
19
  RUN python app.py
20
 
 
14
 
15
  # Install PyTorch 1.8.1 and its dependencies from PyTorch's wheel
16
  RUN pip install torch==1.8.1 -f https://download.pytorch.org/whl/torch_stable.html
 
17
 
18
  RUN python app.py
19