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 5cfe22b commit 2ee6263Copy full SHA for 2ee6263
sandbox-templates/e2b.Dockerfile
@@ -33,7 +33,7 @@ RUN git clone https://github.com/bigcode-project/bigcodebench.git /bigcodebench
33
34
RUN pip install numpy==1.24.3 pyarrow==14.0.1
35
36
-RUN cd /bigcodebench && git checkout e2b_debug && \
+RUN cd /bigcodebench && \
37
pip install . --no-deps
38
39
RUN pip install --timeout 2000 \
0 commit comments