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 49d2c52 commit 41770a7Copy full SHA for 41770a7
sandbox-templates/e2b.Dockerfile
@@ -27,6 +27,7 @@ RUN adduser --disabled-password --gecos "" bigcodebenchuser
27
28
RUN rm -rf /bigcodebench
29
30
+RUN echo 1
31
# Acquire benchmark code to local
32
ADD "https://api.github.com/repos/bigcode-project/bigcodebench/commits?per_page=1" latest_commit
33
RUN git clone https://github.com/bigcode-project/bigcodebench.git /bigcodebench
0 commit comments