Skip to content

Commit 035221b

Browse files
committed
fix
1 parent cb1ddd0 commit 035221b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

sandbox-templates/e2b.Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@ RUN adduser --disabled-password --gecos "" bigcodebenchuser
2828
RUN rm -rf /bigcodebench
2929

3030
# Acquire benchmark code to local
31-
# ADD "https://api.github.com/repos/bigcode-project/bigcodebench/commits?per_page=1" latest_commit
31+
RUN echo
32+
ADD "https://api.github.com/repos/bigcode-project/bigcodebench/commits?per_page=1" latest_commit
3233
RUN git clone https://github.com/bigcode-project/bigcodebench.git /bigcodebench
3334

3435
RUN pip install numpy==1.24.3 pyarrow==14.0.1

0 commit comments

Comments
 (0)