Spaces:
Paused
Paused
Update Dockerfile
Browse files- Dockerfile +1 -3
Dockerfile
CHANGED
@@ -35,9 +35,7 @@ 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
|
39 |
-
cd dlib && \
|
40 |
-
python setup.py install
|
41 |
|
42 |
COPY app.py .
|
43 |
|
|
|
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 dlib
|
|
|
|
|
39 |
|
40 |
COPY app.py .
|
41 |
|