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 6f1c33d commit 8b79fc4Copy full SHA for 8b79fc4
sandbox-templates/e2b.Dockerfile
@@ -28,7 +28,7 @@ RUN adduser --disabled-password --gecos "" bigcodebenchuser
28
RUN rm -rf /bigcodebench
29
30
# Acquire benchmark code to local
31
-ADD "https://api.github.com/repos/bigcode-project/bigcodebench/commits?per_page=1" latest_commit
+# ADD "https://api.github.com/repos/bigcode-project/bigcodebench/commits?per_page=1" latest_commit
32
RUN git clone https://github.com/bigcode-project/bigcodebench.git /bigcodebench
33
34
RUN pip install numpy==1.24.3 pyarrow==14.0.1
0 commit comments