fffiloni commited on
Commit
8198c95
1 Parent(s): 55fdb38

Update Dockerfile

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