Skip to content

Commit

Permalink
upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
bra-fsn committed Jan 28, 2025
1 parent 50f973e commit 7286817
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion images/benchmark/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ RUN apt-get update --error-on=any && apt-get install -y lmbench && \
# different path by CPU architecture
cp $(dpkg -L lmbench | grep '\/bw_mem$') /
FROM build_base as geekbench
ENV GEEKBENCH_VER=6.3.0
ENV GEEKBENCH_VER=6.4.0
RUN --mount=type=tmpfs,target=/tmp,rw \
mkdir -p /usr/local/geekbench-x86_64 /usr/local/geekbench-aarch64 && \
curl -sSLfo - https://cdn.geekbench.com/Geekbench-${GEEKBENCH_VER}-Linux.tar.gz | tar zxf - -C /usr/local/geekbench-x86_64 --strip-components=1 && \
Expand Down

0 comments on commit 7286817

Please sign in to comment.