fffiloni commited on
Commit
ffba4c5
·
verified ·
1 Parent(s): 5152c6b

upgrado 5.44.1

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -33,7 +33,7 @@ RUN pip install torch==2.5.1 torchvision==0.20.1 -f https://download.pytorch.org
33
 
34
  # Install dependencies
35
  RUN pip install --no-cache-dir -r requirements.txt
36
- RUN pip install --no-cache-dir gradio==5.44.0
37
  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
 
33
 
34
  # Install dependencies
35
  RUN pip install --no-cache-dir -r requirements.txt
36
+ RUN pip install --no-cache-dir gradio==5.44.1
37
  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