Skip to content

Commit 9c7754f

Browse files
committed
fix: update dock file
1 parent 0795e41 commit 9c7754f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Docker/Evaluate.Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ RUN adduser --disabled-password --gecos "" bigcodebenchuser
1313
# Acquire benchmark code to local
1414
RUN git clone https://github.com/bigcode-project/bigcodebench.git /bigcodebench
1515

16-
RUN cd /bigcodebench && pip install --no-cache-dir .
16+
RUN cd /bigcodebench && pip install .
1717

18-
RUN pip install --no-cache-dir -I -r https://raw.githubusercontent.com/bigcode-project/bigcodebench-annotation/main/requirements.txt
18+
RUN pip install -I -r https://raw.githubusercontent.com/bigcode-project/bigcodebench-annotation/main/requirements.txt
1919

2020
# Pre-install the dataset
2121
RUN python3 -c "from bigcodebench.data import get_bigcodebench; get_bigcodebench()"

0 commit comments

Comments
 (0)