File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -11,9 +11,11 @@ RUN pip install --upgrade pip
1111RUN adduser --disabled-password --gecos "" bigcodebenchuser
1212
1313# Acquire benchmark code to local
14- RUN git clone https://github.com/bigcode-project/code-eval .git /bigcodebench
14+ RUN git clone https://github.com/bigcode-project/bigcodebench .git /bigcodebench
1515
16- RUN cd /bigcodebench && pip install . && pip install -I -r https://raw.githubusercontent.com/bigcode-project/bigcodebench-annotation/main/requirements.txt
16+ RUN cd /bigcodebench && pip install --no-cache-dir .
17+
18+ RUN pip install --no-cache-dir -I -r https://raw.githubusercontent.com/bigcode-project/bigcodebench-annotation/main/requirements.txt
1719
1820# Pre-install the dataset
1921RUN python3 -c "from bigcodebench.data import get_bigcodebench; get_bigcodebench()"
You can’t perform that action at this time.
0 commit comments