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

Update Dockerfile

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