Spaces:
Paused
Paused
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -52,7 +52,7 @@ RUN wget https://huggingface.co/camenduru/dreamtalk/resolve/main/damo/dreamtalk/
|
|
52 |
RUN wget https://huggingface.co/camenduru/dreamtalk/resolve/main/damo/dreamtalk/checkpoints/renderer.pt -O $HOME/app/checkpoints/renderer.pt
|
53 |
|
54 |
# Upgrade pip & install dependencies
|
55 |
-
COPY
|
56 |
RUN pip install -r requirements_HF.txt
|
57 |
RUN pip install --no-cache-dir "moviepy<2" gradio
|
58 |
|
|
|
52 |
RUN wget https://huggingface.co/camenduru/dreamtalk/resolve/main/damo/dreamtalk/checkpoints/renderer.pt -O $HOME/app/checkpoints/renderer.pt
|
53 |
|
54 |
# Upgrade pip & install dependencies
|
55 |
+
COPY requirements_HF.txt .
|
56 |
RUN pip install -r requirements_HF.txt
|
57 |
RUN pip install --no-cache-dir "moviepy<2" gradio
|
58 |
|