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 65305f1 commit 11c0080Copy full SHA for 11c0080
Docker/Evaluate.Dockerfile
@@ -34,7 +34,7 @@ RUN git clone https://github.com/bigcode-project/bigcodebench.git /bigcodebench
34
RUN pip install numpy==1.24.3 pyarrow==14.0.1
35
36
RUN cd /bigcodebench && \
37
- pip install . --no-deps && \
+ pip install . --no-deps
38
39
RUN pip install \
40
appdirs \
0 commit comments