fffiloni commited on
Commit
76a4302
·
verified ·
1 Parent(s): 164e345

Update Dockerfile

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