fffiloni commited on
Commit
2a42e75
·
verified ·
1 Parent(s): f898adb

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -74,7 +74,7 @@ RUN pip install --no-cache-dir cython==0.29.36
74
  RUN BASICSR_EXT=True CFLAGS="-Wno-deprecated-declarations" python basicsr/setup.py develop
75
 
76
  # Install additional packages
77
- RUN pip install --no-cache-dir ffmpeg-python dlib
78
 
79
  # Set CUDA device settings
80
  ENV CUDA_DEVICE_ORDER=PCI_BUS_ID
 
74
  RUN BASICSR_EXT=True CFLAGS="-Wno-deprecated-declarations" python basicsr/setup.py develop
75
 
76
  # Install additional packages
77
+ RUN pip install --no-cache-dir ffmpeg-python dlib-bin
78
 
79
  # Set CUDA device settings
80
  ENV CUDA_DEVICE_ORDER=PCI_BUS_ID