Skip to content

Commit f9a2950

Browse files
committed
Try to fix trec_eval installation in Dockerfile
1 parent 095eb29 commit f9a2950

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

image/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,8 @@ RUN mkdir -p "${HOME}/.local/bin" && \
147147
WORKDIR "${HOME}/build"
148148

149149
# Install trec_eval
150-
RUN wget --quiet -o trec_eval-9.0.8.tar.gz https://github.com/usnistgov/trec_eval/archive/refs/tags/v9.0.8.tar.gz && \
150+
RUN wget --quiet -O trec_eval-9.0.8.tar.gz https://github.com/usnistgov/trec_eval/archive/refs/tags/v9.0.8.tar.gz && \
151+
echo "c3994a73103ec842e12df693749584a45814c35c36dcc15f38984bd463566ba1 trec_eval-9.0.8.tar.gz" | sha256sum -c - && \
151152
tar -xvf trec_eval-9.0.8.tar.gz && \
152153
rm -f trec_eval-9.0.8.tar.gz
153154

0 commit comments

Comments
 (0)