We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1cb320f commit f6de469Copy full SHA for f6de469
Docker/Gradio.Dockerfile
@@ -7,7 +7,7 @@ RUN apt-get update && apt-get install -y git g++ python3-tk zip unzip procps r-b
7
# upgrade to latest pip
8
RUN pip install --upgrade pip
9
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/[email protected] isort ruff gradio[oauth]==4.31.0 gradio_leaderboard==0.0.11 schedule==1.2.2
+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/[email protected] isort ruff gradio[oauth] schedule==1.2.2
11
12
# Add a new user "bigcodebenchuser"
13
RUN adduser --disabled-password --gecos "" bigcodebenchuser
0 commit comments