Spaces:
Sleeping
Sleeping
Upload Dockerfile with huggingface_hub
Browse files- Dockerfile +2 -2
Dockerfile
CHANGED
|
@@ -15,9 +15,9 @@ RUN wget -q https://github.com/mxfold/mxfold2/releases/download/v0.1.2/mxfold2-0
|
|
| 15 |
&& pip install --no-cache-dir mxfold2-0.1.2-cp310-cp310-manylinux_2_17_x86_64.whl \
|
| 16 |
&& rm mxfold2-0.1.2-cp310-cp310-manylinux_2_17_x86_64.whl
|
| 17 |
|
| 18 |
-
# Install Gradio with
|
| 19 |
RUN pip install --no-cache-dir \
|
| 20 |
-
gradio==
|
| 21 |
numpy==1.24.4 \
|
| 22 |
tqdm==4.66.5
|
| 23 |
|
|
|
|
| 15 |
&& pip install --no-cache-dir mxfold2-0.1.2-cp310-cp310-manylinux_2_17_x86_64.whl \
|
| 16 |
&& rm mxfold2-0.1.2-cp310-cp310-manylinux_2_17_x86_64.whl
|
| 17 |
|
| 18 |
+
# Install Gradio 5.x with compatible huggingface_hub
|
| 19 |
RUN pip install --no-cache-dir \
|
| 20 |
+
gradio==5.9.1 \
|
| 21 |
numpy==1.24.4 \
|
| 22 |
tqdm==4.66.5
|
| 23 |
|