Spaces:
Build error
Build error
Commit
·
61f94d5
1
Parent(s):
b4d83e7
Update requirements.txt
Browse files- requirements.txt +0 -6
requirements.txt
CHANGED
@@ -1,9 +1,3 @@
|
|
1 |
-
# Upgrade pip
|
2 |
-
RUN pip install --upgrade pip
|
3 |
-
|
4 |
-
# Install requirements
|
5 |
-
RUN --mount=target=requirements.txt,source=requirements.txt pip install --no-cache-dir -r requirements.txt
|
6 |
-
|
7 |
--extra-index-url https://download.pytorch.org/whl/cu113
|
8 |
torch
|
9 |
torchvision==0.13.1+cu113
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
--extra-index-url https://download.pytorch.org/whl/cu113
|
2 |
torch
|
3 |
torchvision==0.13.1+cu113
|