We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0795e41 commit 9c7754fCopy full SHA for 9c7754f
Docker/Evaluate.Dockerfile
@@ -13,9 +13,9 @@ RUN adduser --disabled-password --gecos "" bigcodebenchuser
13
# Acquire benchmark code to local
14
RUN git clone https://github.com/bigcode-project/bigcodebench.git /bigcodebench
15
16
-RUN cd /bigcodebench && pip install --no-cache-dir .
+RUN cd /bigcodebench && pip install .
17
18
-RUN pip install --no-cache-dir -I -r https://raw.githubusercontent.com/bigcode-project/bigcodebench-annotation/main/requirements.txt
+RUN pip install -I -r https://raw.githubusercontent.com/bigcode-project/bigcodebench-annotation/main/requirements.txt
19
20
# Pre-install the dataset
21
RUN python3 -c "from bigcodebench.data import get_bigcodebench; get_bigcodebench()"
0 commit comments