Skip to content

Commit

Permalink
fix docker
Browse files Browse the repository at this point in the history
  • Loading branch information
terryyz committed Jan 22, 2025
1 parent 65305f1 commit 11c0080
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Docker/Evaluate.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,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 && \
pip install . --no-deps && \
pip install . --no-deps

RUN pip install \
appdirs \
Expand Down

0 comments on commit 11c0080

Please sign in to comment.