Jackflack09 commited on
Commit
c183702
·
1 Parent(s): a9c5564

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +6 -1
requirements.txt CHANGED
@@ -1,4 +1,9 @@
1
- python pip install --upgrade pip
 
 
 
 
 
2
  --extra-index-url https://download.pytorch.org/whl/cu113
3
  torch
4
  torchvision==0.13.1+cu113
 
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