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

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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 requirements_Hf.txt .
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