fffiloni commited on
Commit
2af7381
·
1 Parent(s): 8cf364e

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -42,7 +42,7 @@ RUN pip install torchvision==0.15.2
42
 
43
  # Install dependencies
44
  COPY requirements.txt $HOME/app/requirements.txt
45
- RUN pip install --no-cache-dir -r requirements.txt gradio
46
 
47
  # Download checkpoint files using aria2
48
  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
 
42
 
43
  # Install dependencies
44
  COPY requirements.txt $HOME/app/requirements.txt
45
+ RUN pip install --no-cache-dir -r requirements.txt gradio opencv-python
46
 
47
  # Download checkpoint files using aria2
48
  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