fffiloni commited on
Commit
a2de5ed
·
verified ·
1 Parent(s): eeb8c66

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==1.26.6 transformers==4.28.1 dlib==19.24.1 yacs==1.10.1 scipy==1.10.1 scikit-image==0.20.0 scikit-learn==1.2.2 PyYAML==6.0 Pillow==9.5.0 numpy==1.24.2 opencv-python==4.7.0.72 imageio==2.27.0 ffmpeg-python av==11.0.0 moviepy==1.0.3 gradio==3.25.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==1.26.6 transformers==4.28.1 dlib==19.24.1 yacs==0.1.8 scipy==1.10.1 scikit-image==0.20.0 scikit-learn==1.2.2 PyYAML==6.0 Pillow==9.5.0 numpy==1.24.2 opencv-python==4.7.0.72 imageio==2.27.0 ffmpeg-python av==11.0.0 moviepy==1.0.3 gradio==3.25.0
35
 
36
  COPY app.py .
37