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 964843b commit df97fd0Copy full SHA for df97fd0
Docker/Evaluate.Dockerfile
@@ -17,7 +17,7 @@ RUN git clone https://github.com/bigcode-project/bigcodebench.git /bigcodebench
17
18
RUN cd /bigcodebench && pip install .
19
20
-RUN pip install -I --timeout 2000 -r https://raw.githubusercontent.com/bigcode-project/bigcodebench-annotation/main/requirements.txt
+RUN pip install -I --timeout 2000 -r https://github.com/bigcode-project/bigcodebench-annotation/releases/download/v0.1.0/requirements.txt
21
22
# Pre-install the dataset
23
RUN python3 -c "from bigcodebench.data import get_bigcodebench; get_bigcodebench()"
0 commit comments