test new Dockerfile
Browse files- 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.
|
93 |
-
gradio==3.
|
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 || \
|