Update Dockerfile
Browse files- 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
|
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 |
|