Spaces:
Runtime error
Runtime error
lgfunderburk
commited on
Commit
•
19343e5
1
Parent(s):
dbdc55c
add cuda
Browse files- 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.
|
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
|