fffiloni commited on
Commit
8cf1428
1 Parent(s): 323d98a

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -48,7 +48,7 @@ RUN pip install torch==2.0.0+cu117 torchvision==0.15.0+cu117 -f https://download
48
 
49
  # Install dependencies
50
  #COPY requirements.txt $HOME/app/requirements.txt
51
- RUN pip install --no-cache-dir -r requirements.txt gradio moviepy
52
 
53
  # Download checkpoint files using aria2
54
  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
 
48
 
49
  # Install dependencies
50
  #COPY requirements.txt $HOME/app/requirements.txt
51
+ RUN pip install --no-cache-dir -r requirements.txt gradio==3.50.2 moviepy
52
 
53
  # Download checkpoint files using aria2
54
  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