lolout1 commited on
Commit
cbd5ed1
·
verified ·
1 Parent(s): 85dc949

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -89,7 +89,7 @@ RUN pip install --user \
89
  # Install Gradio and HuggingFace Hub with compatible versions
90
  # These versions are compatible with each other and the rest of the stack
91
  RUN pip install --user \
92
- huggingface_hub==0.17.3 \
93
  gradio==4.44.1
94
 
95
  # Try to install NATTEN (optional)
 
89
  # Install Gradio and HuggingFace Hub with compatible versions
90
  # These versions are compatible with each other and the rest of the stack
91
  RUN pip install --user \
92
+ huggingface_hub==0.19.3 \
93
  gradio==4.44.1
94
 
95
  # Try to install NATTEN (optional)