Spaces:
Build error
Build error
matyasbohacek
commited on
Commit
•
91dd70a
1
Parent(s):
f945f45
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -13,7 +13,7 @@ COPY requirements.txt /tmp/requirements.txt
|
|
13 |
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
|
17 |
|
18 |
RUN python app.py
|
19 |
|
|
|
13 |
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 torchvision==0.9.1 torchaudio==0.8.1 -f https://download.pytorch.org/whl/torch_stable.html
|
17 |
|
18 |
RUN python app.py
|
19 |
|