fffiloni commited on
Commit
d62e849
·
verified ·
1 Parent(s): 8eeb98f

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -32,7 +32,7 @@ RUN wget https://huggingface.co/camenduru/dreamtalk/resolve/main/damo/dreamtalk/
32
 
33
  # Install dependencies
34
  RUN pip install --no-cache-dir urllib3==1.26.6 transformers==4.28.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
35
- RUN pip install gradio<5
36
 
37
  COPY app.py .
38
 
 
32
 
33
  # Install dependencies
34
  RUN pip install --no-cache-dir urllib3==1.26.6 transformers==4.28.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
35
+ RUN pip install gradio
36
 
37
  COPY app.py .
38