fffiloni commited on
Commit
055cc07
·
1 Parent(s): 2af7381

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -41,8 +41,8 @@ RUN git clone -b main https://github.com/fffiloni/video-retalking $HOME/app
41
  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 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
 
41
  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 opencv-python scipy
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