fffiloni commited on
Commit
d5dc9bb
·
verified ·
1 Parent(s): c27f5f3

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -69,7 +69,7 @@ RUN pip install --no-cache-dir \
69
  RUN pip install gradio
70
 
71
  # Install dlib with verbose output
72
- RUN pip install --verbose --no-cache-dir dlib
73
 
74
  COPY app.py .
75
 
 
69
  RUN pip install gradio
70
 
71
  # Install dlib with verbose output
72
+ RUN pip install --verbose --no-cache-dir dlib-binary
73
 
74
  COPY app.py .
75