Artyom Boyko commited on
Commit
837988b
·
1 Parent(s): e10f3ef

Minor fix.

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -34,7 +34,7 @@ RUN rm -f /usr/lib/python3.12/EXTERNALLY-MANAGED
34
  RUN pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu128
35
 
36
  # Install other python packages
37
- RUN pip3 install --no-cache-dir -r requirements.txt
38
 
39
  # Final image cleanup
40
  RUN apt-get clean
 
34
  RUN pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu128
35
 
36
  # Install other python packages
37
+ RUN pip3 install -r requirements.txt
38
 
39
  # Final image cleanup
40
  RUN apt-get clean