Skip to content

Commit df97fd0

Browse files
committed
fix: update requires link
1 parent 964843b commit df97fd0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Docker/Evaluate.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ RUN git clone https://github.com/bigcode-project/bigcodebench.git /bigcodebench
1717

1818
RUN cd /bigcodebench && pip install .
1919

20-
RUN pip install -I --timeout 2000 -r https://raw.githubusercontent.com/bigcode-project/bigcodebench-annotation/main/requirements.txt
20+
RUN pip install -I --timeout 2000 -r https://github.com/bigcode-project/bigcodebench-annotation/releases/download/v0.1.0/requirements.txt
2121

2222
# Pre-install the dataset
2323
RUN python3 -c "from bigcodebench.data import get_bigcodebench; get_bigcodebench()"

0 commit comments

Comments
 (0)