fffiloni commited on
Commit
4392c21
·
verified ·
1 Parent(s): df8d2fe

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -31,7 +31,7 @@ RUN wget https://huggingface.co/camenduru/dreamtalk/resolve/main/damo/dreamtalk/
31
  RUN wget https://huggingface.co/camenduru/dreamtalk/resolve/main/damo/dreamtalk/checkpoints/renderer.pt -O $HOME/app/checkpoints/renderer.pt
32
 
33
  # Install dependencies
34
- RUN pip install --no-cache-dir urllib3 transformers dlib yacs scipy scikit-image scikit-learn PyYAML Pillow numpy<2 opencv-python imageio ffmpeg-python av moviepy<2 gradio==5.16.0
35
 
36
  COPY app.py .
37
 
 
31
  RUN wget https://huggingface.co/camenduru/dreamtalk/resolve/main/damo/dreamtalk/checkpoints/renderer.pt -O $HOME/app/checkpoints/renderer.pt
32
 
33
  # Install dependencies
34
+ RUN pip install --no-cache-dir urllib3 transformers dlib yacs scipy scikit-image scikit-learn PyYAML Pillow numpy<2 opencv-python imageio ffmpeg-python av moviepy<2 gradio==5.15.0
35
 
36
  COPY app.py .
37