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

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -3
Dockerfile CHANGED
@@ -35,9 +35,7 @@ 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 git clone https://github.com/davisking/dlib.git && \
39
- cd dlib && \
40
- python setup.py install
41
 
42
  COPY app.py .
43
 
 
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