lolout1 commited on
Commit
cd4d433
·
1 Parent(s): 0e53f5c

test new Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -89,8 +89,8 @@ 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.8.1 \
93
- gradio==3.1.7
94
 
95
  # Try to install NATTEN (optional)
96
  RUN pip install --user natten==0.14.6 -f https://shi-labs.com/natten/wheels/cpu/torch1.9/index.html || \
 
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==3.50.2
94
 
95
  # Try to install NATTEN (optional)
96
  RUN pip install --user natten==0.14.6 -f https://shi-labs.com/natten/wheels/cpu/torch1.9/index.html || \