credent007 commited on
Commit
c3b483d
·
verified ·
1 Parent(s): 038c096

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -38,7 +38,7 @@ RUN pip install --no-cache-dir --upgrade pip
38
 
39
  # safety: remove broken installs if any base image has them
40
  RUN pip uninstall -y transformers || true
41
-
42
  RUN pip install --no-cache-dir -r requirements.txt
43
 
44
  # ======================
 
38
 
39
  # safety: remove broken installs if any base image has them
40
  RUN pip uninstall -y transformers || true
41
+ RUN pip install --no-cache-dir torchvision
42
  RUN pip install --no-cache-dir -r requirements.txt
43
 
44
  # ======================