diff --git a/sandbox-templates/e2b.Dockerfile b/sandbox-templates/e2b.Dockerfile index d0e51f4..c6ba2ca 100644 --- a/sandbox-templates/e2b.Dockerfile +++ b/sandbox-templates/e2b.Dockerfile @@ -33,7 +33,7 @@ RUN git clone https://github.com/bigcode-project/bigcodebench.git /bigcodebench RUN pip install numpy==1.24.3 pyarrow==14.0.1 -RUN cd /bigcodebench && git checkout e2b_debug && \ +RUN cd /bigcodebench && \ pip install . --no-deps RUN pip install --timeout 2000 \