fffiloni commited on
Commit
ae337b7
·
verified ·
1 Parent(s): ca82834

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -1
Dockerfile CHANGED
@@ -35,7 +35,8 @@ RUN wget https://huggingface.co/camenduru/dreamtalk/resolve/main/damo/dreamtalk/
35
 
36
  # Install dependencies
37
  RUN pip install --no-cache-dir urllib3 transformers yacs scipy scikit-image scikit-learn PyYAML Pillow "numpy<2" opencv-python imageio ffmpeg-python av "moviepy<2" gradio
38
- RUN pip install dlib
 
39
 
40
  COPY app.py .
41
 
 
35
 
36
  # Install dependencies
37
  RUN pip install --no-cache-dir urllib3 transformers yacs scipy scikit-image scikit-learn PyYAML Pillow "numpy<2" opencv-python imageio ffmpeg-python av "moviepy<2" gradio
38
+ RUN pip install cmake
39
+ RUN pip install dlib -vvv
40
 
41
  COPY app.py .
42