Skip to content

Commit f6de469

Browse files
committed
docker: update Gradio.Dockerfile
1 parent 1cb320f commit f6de469

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Docker/Gradio.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ RUN apt-get update && apt-get install -y git g++ python3-tk zip unzip procps r-b
77
# upgrade to latest pip
88
RUN pip install --upgrade pip
99

10-
RUN pip install APScheduler==3.10.1 black==23.11.0 click==8.1.3 huggingface-hub>=0.18.0 plotly python-dateutil==2.8.2 gradio-space-ci@git+https://huggingface.co/spaces/Wauplin/gradio-space-ci@0.2.3 isort ruff gradio[oauth]==4.31.0 gradio_leaderboard==0.0.11 schedule==1.2.2
10+
RUN pip install APScheduler==3.10.1 black==23.11.0 click==8.1.3 huggingface-hub>=0.18.0 plotly python-dateutil==2.8.2 gradio-space-ci@git+https://huggingface.co/spaces/Wauplin/gradio-space-ci@0.2.3 isort ruff gradio[oauth] schedule==1.2.2
1111

1212
# Add a new user "bigcodebenchuser"
1313
RUN adduser --disabled-password --gecos "" bigcodebenchuser

0 commit comments

Comments
 (0)