fffiloni commited on
Commit
d64e941
·
verified ·
1 Parent(s): 1417c59

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -38,6 +38,7 @@ RUN pip install --no-cache-dir moviepy==1.0.3
38
  RUN pip install --no-cache-dir numpy==1.26.4
39
  RUN pip install --no-cache-dir gradio_client
40
  RUN pip install --no-cache-dir opencv-python
 
41
 
42
  RUN aria2c --console-log-level=error -c -x 16 -s 16 -k 1M https://huggingface.co/camenduru/ProPainter/resolve/main/i3d_rgb_imagenet.pt -d $HOME/app/weigths -o i3d_rgb_imagenet.pt
43
  RUN aria2c --console-log-level=error -c -x 16 -s 16 -k 1M https://huggingface.co/camenduru/ProPainter/resolve/main/raft-things.pth -d $HOME/app/weights -o raft-things.pth
 
38
  RUN pip install --no-cache-dir numpy==1.26.4
39
  RUN pip install --no-cache-dir gradio_client
40
  RUN pip install --no-cache-dir opencv-python
41
+ #trigger rebuild
42
 
43
  RUN aria2c --console-log-level=error -c -x 16 -s 16 -k 1M https://huggingface.co/camenduru/ProPainter/resolve/main/i3d_rgb_imagenet.pt -d $HOME/app/weigths -o i3d_rgb_imagenet.pt
44
  RUN aria2c --console-log-level=error -c -x 16 -s 16 -k 1M https://huggingface.co/camenduru/ProPainter/resolve/main/raft-things.pth -d $HOME/app/weights -o raft-things.pth