Spaces:
Running
on
T4
Running
on
T4
Update Dockerfile
Browse files- Dockerfile +2 -2
Dockerfile
CHANGED
@@ -5,7 +5,7 @@ ENV DEBIAN_FRONTEND=noninteractive
|
|
5 |
# Set the MKL_THREADING_LAYER environment variable to GNU
|
6 |
ENV MKL_THREADING_LAYER=GNU
|
7 |
|
8 |
-
RUN apt-get update && apt-get install -y git wget libgl1-mesa-glx libglib2.0-0 ffmpeg libx264-dev build-essential
|
9 |
|
10 |
RUN useradd -m -u 1000 user
|
11 |
|
@@ -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 gradio==3.25.0
|
35 |
-
RUN pip install --no-cache-dir cmake==3.26.3
|
36 |
RUN pip install --no-cache-dir dlib==19.24.1 -vvv
|
37 |
|
38 |
COPY app.py .
|
|
|
5 |
# Set the MKL_THREADING_LAYER environment variable to GNU
|
6 |
ENV MKL_THREADING_LAYER=GNU
|
7 |
|
8 |
+
RUN apt-get update && apt-get install -y git wget libgl1-mesa-glx libglib2.0-0 ffmpeg libx264-dev build-essential cmake
|
9 |
|
10 |
RUN useradd -m -u 1000 user
|
11 |
|
|
|
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 gradio==3.25.0
|
35 |
+
#RUN pip install --no-cache-dir cmake==3.26.3
|
36 |
RUN pip install --no-cache-dir dlib==19.24.1 -vvv
|
37 |
|
38 |
COPY app.py .
|