Spaces:
Runtime error
Runtime error
lgfunderburk
commited on
Commit
•
dbdc55c
1
Parent(s):
4c907cc
add cuda
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
@@ -13,6 +13,7 @@ COPY ./requirements.txt ~/app/requirements.txt
|
|
13 |
COPY pyproject.toml poetry.lock /app/
|
14 |
|
15 |
# Install poetry
|
|
|
16 |
RUN pip install poetry
|
17 |
RUN pip install torch==1.10.0+cpu -f https://download.pytorch.org/whl/cpu/torch_stable.html
|
18 |
|
|
|
13 |
COPY pyproject.toml poetry.lock /app/
|
14 |
|
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 |
|