fffiloni commited on
Commit
dbddd30
·
verified ·
1 Parent(s): b86736d

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -1
Dockerfile CHANGED
@@ -52,7 +52,8 @@ 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
- RUN pip install -r requirements.txt
 
56
  RUN pip install --no-cache-dir "moviepy<2" gradio
57
 
58
  # Copy application file
 
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
 
59
  # Copy application file