fffiloni commited on
Commit
e3d710e
·
1 Parent(s): 1730205

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -39,7 +39,7 @@ RUN pip install torch==1.9.0 torchvision==0.10.0
39
 
40
  # Install dependencies
41
  COPY requirements.txt $HOME/app/requirements.txt
42
- RUN pip install --no-cache-dir -r requirements.txt
43
 
44
  # Download checkpoint files using aria2
45
  RUN aria2c --console-log-level=error -c -x 16 -s 16 -k 1M https://huggingface.co/camenduru/video-retalking/resolve/main/30_net_gen.pth -d $HOME/app/checkpoints -o 30_net_gen.pth
 
39
 
40
  # Install dependencies
41
  COPY requirements.txt $HOME/app/requirements.txt
42
+ RUN pip install --no-cache-dir -r requirements.txt gradio
43
 
44
  # Download checkpoint files using aria2
45
  RUN aria2c --console-log-level=error -c -x 16 -s 16 -k 1M https://huggingface.co/camenduru/video-retalking/resolve/main/30_net_gen.pth -d $HOME/app/checkpoints -o 30_net_gen.pth