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 21af836 commit 1289d53Copy full SHA for 1289d53
Docker/Gradio.Dockerfile
@@ -24,6 +24,14 @@ RUN python3 -c "from bigcodebench.data import get_bigcodebench; get_bigcodebench
24
25
RUN pip install -I --timeout 2000 -r https://github.com/bigcode-project/bigcodebench-annotation/releases/download/v0.1.0/requirements.txt
26
27
+RUN apt-get update && \
28
+ apt-get install -y \
29
+ bash \
30
+ git git-lfs \
31
+ wget curl procps \
32
+ htop vim nano && \
33
+ rm -rf /var/lib/apt/lists/*
34
+
35
WORKDIR /app
36
37
RUN chown -R bigcodebenchuser:bigcodebenchuser /app
0 commit comments