Skip to content

Commit 3fbcbb6

Browse files
committed
update docker
1 parent 36a905d commit 3fbcbb6

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Docker/Evaluate.Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
FROM python:3.10-slim
33

44
# install git, g++ and python3-tk
5-
RUN apt-get update && apt-get install -y git g++ python3-tk zip unzip procps r-base
5+
RUN apt-get update && apt-get install -y git g++ python3-tk zip unzip procps r-base libgdal-dev
66

77
# upgrade to latest pip
88
RUN pip install --upgrade pip
@@ -37,7 +37,7 @@ RUN cd /bigcodebench && \
3737
# Pre-install the dataset
3838
RUN python3 -c "from bigcodebench.data import get_bigcodebench; get_bigcodebench()"
3939

40-
RUN pip install -I --timeout 2000 -r https://github.com/bigcode-project/bigcodebench-annotation/releases/download/v0.1.0/requirements.txt
40+
RUN pip install -I --timeout 2000 -r https://raw.githubusercontent.com/bigcode-project/bigcodebench/refs/heads/main/Requirements/requirements-eval.txt
4141

4242
WORKDIR /app
4343

Docker/Gradio.Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
FROM python:3.10-slim
33

44
# install git, g++ and python3-tk
5-
RUN apt-get update && apt-get install -y git g++ python3-tk zip unzip procps r-base
5+
RUN apt-get update && apt-get install -y git g++ python3-tk zip unzip procps r-base libgdal-dev
66

77
# upgrade to latest pip
88
RUN pip install --upgrade pip
@@ -39,7 +39,7 @@ RUN cd /bigcodebench && \
3939
# Pre-install the dataset
4040
RUN python3 -c "from bigcodebench.data import get_bigcodebench; get_bigcodebench()"
4141

42-
RUN pip install -I --timeout 2000 -r https://github.com/bigcode-project/bigcodebench-annotation/releases/download/v0.1.0/requirements.txt
42+
RUN pip install -I --timeout 2000 -r https://raw.githubusercontent.com/bigcode-project/bigcodebench/refs/heads/main/Requirements/requirements-eval.txt
4343

4444
RUN apt-get update && \
4545
apt-get install -y \

0 commit comments

Comments
 (0)