joeyisgoed commited on
Commit
7624625
·
verified ·
1 Parent(s): 6cd1cc2

Upload Dockerfile with huggingface_hub

Browse files
Files changed (1) hide show
  1. 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 all dependencies
19
  RUN pip install --no-cache-dir \
20
- gradio==4.31.0 \
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