Spaces:
Paused
Paused
Update Dockerfile
Browse files- Dockerfile +2 -1
Dockerfile
CHANGED
@@ -35,7 +35,8 @@ RUN wget https://huggingface.co/camenduru/dreamtalk/resolve/main/damo/dreamtalk/
|
|
35 |
|
36 |
# Install dependencies
|
37 |
RUN pip install --no-cache-dir urllib3 transformers yacs scipy scikit-image scikit-learn PyYAML Pillow "numpy<2" opencv-python imageio ffmpeg-python av "moviepy<2" gradio
|
38 |
-
RUN pip install
|
|
|
39 |
|
40 |
COPY app.py .
|
41 |
|
|
|
35 |
|
36 |
# Install dependencies
|
37 |
RUN pip install --no-cache-dir urllib3 transformers yacs scipy scikit-image scikit-learn PyYAML Pillow "numpy<2" opencv-python imageio ffmpeg-python av "moviepy<2" gradio
|
38 |
+
RUN pip install cmake
|
39 |
+
RUN pip install dlib -vvv
|
40 |
|
41 |
COPY app.py .
|
42 |
|