Skip to content

Commit 11c0080

Browse files
committed
fix docker
1 parent 65305f1 commit 11c0080

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Docker/Evaluate.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ RUN git clone https://github.com/bigcode-project/bigcodebench.git /bigcodebench
3434
RUN pip install numpy==1.24.3 pyarrow==14.0.1
3535

3636
RUN cd /bigcodebench && \
37-
pip install . --no-deps && \
37+
pip install . --no-deps
3838

3939
RUN pip install \
4040
appdirs \

0 commit comments

Comments
 (0)