fffiloni commited on
Commit
29c332a
·
verified ·
1 Parent(s): eee319e

force downgrade huggingface-hub 0.13.4

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -69,5 +69,6 @@ RUN pip install --no-cache-dir -r requirements_HF.txt && \
69
 
70
 
71
  RUN pip install --no-cache-dir gradio==5.44.1
 
72
 
73
  CMD ["python", "app.py"]
 
69
 
70
 
71
  RUN pip install --no-cache-dir gradio==5.44.1
72
+ RUN pip install --no-cache-dir huggingface-hub==0.13.4
73
 
74
  CMD ["python", "app.py"]