rasmodev commited on
Commit
0544706
·
verified ·
1 Parent(s): d41270e

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -17,7 +17,7 @@ RUN pip install --no-cache-dir --upgrade pip && \
17
  pip install --no-cache-dir \
18
  torch==2.2.2+cpu \
19
  torchvision==0.17.2+cpu \
20
- --extra-index-url https://download.pytorch.org/whl/cpu && \
21
  pip install --no-cache-dir -r requirements.txt
22
 
23
  COPY . .
 
17
  pip install --no-cache-dir \
18
  torch==2.2.2+cpu \
19
  torchvision==0.17.2+cpu \
20
+ --index-url https://download.pytorch.org/whl/cpu
21
  pip install --no-cache-dir -r requirements.txt
22
 
23
  COPY . .