ashpexx commited on
Commit
fcc216b
·
verified ·
1 Parent(s): 92e174e

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -46,7 +46,7 @@ RUN git clone -b main https://github.com/ashpexx/make-vid-talk $HOME/app
46
  RUN pip install torch==2.0.0+cu117 torchvision==0.15.0+cu117 -f https://download.pytorch.org/whl/torch_stable.html
47
 
48
  # Install dependencies including Gunicorn
49
- RUN pip install --no-cache-dir -r requirements.txt gradio==4.36.1 moviepy gunicorn
50
 
51
  # Download checkpoint files using aria2
52
  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
 
46
  RUN pip install torch==2.0.0+cu117 torchvision==0.15.0+cu117 -f https://download.pytorch.org/whl/torch_stable.html
47
 
48
  # Install dependencies including Gunicorn
49
+ RUN pip install --no-cache-dir -r requirements.txt gradio==4.36.1 moviepy
50
 
51
  # Download checkpoint files using aria2
52
  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