Skip to content

Commit 2ee6263

Browse files
committed
fix
1 parent 5cfe22b commit 2ee6263

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sandbox-templates/e2b.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ RUN git clone https://github.com/bigcode-project/bigcodebench.git /bigcodebench
3333

3434
RUN pip install numpy==1.24.3 pyarrow==14.0.1
3535

36-
RUN cd /bigcodebench && git checkout e2b_debug && \
36+
RUN cd /bigcodebench && \
3737
pip install . --no-deps
3838

3939
RUN pip install --timeout 2000 \

0 commit comments

Comments
 (0)