Skip to content

Commit 90adab8

Browse files
committed
update docker
1 parent 86c05cf commit 90adab8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Docker/Evaluate.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ RUN pip install -I --timeout 2000 -r https://raw.githubusercontent.com/bigcode-p
5555
RUN pip install datasets==2.17.0
5656

5757
# Pre-install the dataset
58-
RUN python3 -c "from bigcodebench.data import get_bigcodebench; get_bigcodebench()"
58+
RUN python3 -c "from bigcodebench.data import get_bigcodebench; get_bigcodebench(subset='full'); get_bigcodebench(subset='hard')"
5959

6060
WORKDIR /app
6161

Docker/Gradio.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ RUN pip install -I --timeout 2000 -r https://raw.githubusercontent.com/bigcode-p
5757
RUN pip install datasets==2.17.0
5858

5959
# Pre-install the dataset
60-
RUN python -c "from bigcodebench.data import get_bigcodebench; get_bigcodebench()"
60+
RUN python3 -c "from bigcodebench.data import get_bigcodebench; get_bigcodebench(subset='full'); get_bigcodebench(subset='hard')"
6161

6262
RUN apt-get update && \
6363
apt-get install -y \

0 commit comments

Comments
 (0)