fffiloni commited on
Commit
6b6f2a6
·
verified ·
1 Parent(s): 1437585

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -2
Dockerfile CHANGED
@@ -58,8 +58,7 @@ RUN pip install --no-cache-dir urllib3 transformers yacs scipy scikit-image scik
58
  # Install CMake first
59
  RUN pip install cmake
60
 
61
- # Install dlib with CUDA support (force source compilation)
62
- RUN pip install --no-cache-dir dlib -vvv --no-binary dlib
63
 
64
  # Copy application file
65
  COPY app.py .
 
58
  # Install CMake first
59
  RUN pip install cmake
60
 
61
+ RUN pip install dlib==19.24.0 -vvv
 
62
 
63
  # Copy application file
64
  COPY app.py .