EurekaPotato commited on
Commit
2110638
·
verified ·
1 Parent(s): 0eaa475

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -16,7 +16,7 @@ RUN pip install --no-cache-dir torch==2.1.0+cpu torchvision==0.16.0+cpu torchaud
16
  --extra-index-url https://download.pytorch.org/whl/cpu
17
 
18
  # Install other dependencies
19
- RUN pip install --no-cache-dir -r requirements.txt
20
 
21
  COPY . .
22
 
 
16
  --extra-index-url https://download.pytorch.org/whl/cpu
17
 
18
  # Install other dependencies
19
+ RUN pip install -r requirements.txt
20
 
21
  COPY . .
22