Skip to content

Commit 1289d53

Browse files
committed
fix(docker): add extra gradio dev requires
1 parent 21af836 commit 1289d53

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

Docker/Gradio.Dockerfile

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,14 @@ RUN python3 -c "from bigcodebench.data import get_bigcodebench; get_bigcodebench
2424

2525
RUN pip install -I --timeout 2000 -r https://github.com/bigcode-project/bigcodebench-annotation/releases/download/v0.1.0/requirements.txt
2626

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+
2735
WORKDIR /app
2836

2937
RUN chown -R bigcodebenchuser:bigcodebenchuser /app

0 commit comments

Comments
 (0)