File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 22FROM 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
88RUN pip install --upgrade pip
@@ -37,7 +37,7 @@ RUN cd /bigcodebench && \
3737# Pre-install the dataset
3838RUN 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
4242WORKDIR /app
4343
Original file line number Diff line number Diff line change 22FROM 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
88RUN pip install --upgrade pip
@@ -39,7 +39,7 @@ RUN cd /bigcodebench && \
3939# Pre-install the dataset
4040RUN 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
4444RUN apt-get update && \
4545 apt-get install -y \
You can’t perform that action at this time.
0 commit comments