lgfunderburk commited on
Commit
19343e5
1 Parent(s): dbdc55c
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -15,7 +15,7 @@ COPY pyproject.toml poetry.lock /app/
15
  # Install poetry
16
  RUN pip install --upgrade pip
17
  RUN pip install poetry
18
- RUN pip install torch==1.10.0+cpu -f https://download.pytorch.org/whl/cpu/torch_stable.html
19
 
20
 
21
  # Set environment variable to create virtualenv within the project directory
 
15
  # Install poetry
16
  RUN pip install --upgrade pip
17
  RUN pip install poetry
18
+ RUN pip install torch==1.11.0+cpu -f https://download.pytorch.org/whl/cpu/torch_stable.html
19
 
20
 
21
  # Set environment variable to create virtualenv within the project directory