File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ RUN pip install -I --timeout 2000 -r https://raw.githubusercontent.com/bigcode-p
5555RUN 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
6060WORKDIR /app
6161
Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ RUN pip install -I --timeout 2000 -r https://raw.githubusercontent.com/bigcode-p
5757RUN 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
6262RUN apt-get update && \
6363 apt-get install -y \
You can’t perform that action at this time.
0 commit comments