File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -168,9 +168,9 @@ jobs:
168168 docker build
169169 --progress=plain
170170 --cache-from $CR_REPOSITORY:${{ matrix.base }}
171- --cache-from $CR_REPOSITORY:${{ matrix.base }}-hip
171+ --cache-from $CR_REPOSITORY:${{ matrix.base }}-rocm-6.2
172172 --build-arg BUILDKIT_INLINE_CACHE=1
173- --tag $CR_REPOSITORY:${{ matrix.base }}-hip
173+ --tag $CR_REPOSITORY:${{ matrix.base }}-rocm-6.2
174174 --build-arg REPOSITORY=$CR_REPOSITORY
175175 --build-arg BASE=${{ matrix.base }}
176176 hip
Original file line number Diff line number Diff line change 33FROM ${REPOSITORY}:${BASE}
44LABEL maintainer="Felix Thaler <thaler@cscs.ch>"
55
6+ # NOTE: If you change the ROCm version here, also change it in the build.yml to avoid overwriting the old image,
7+ # see https://github.com/GridTools/gridtools-docker/issues/97.
68RUN wget https://repo.radeon.com/amdgpu-install/6.2.1/ubuntu/noble/amdgpu-install_6.2.60201-1_all.deb && \
79 apt-get update -qq && \
810 DEBIAN_FRONTEND=noninteractive apt-get install -qq -y ./amdgpu-install_6.2.60201-1_all.deb && \
You can’t perform that action at this time.
0 commit comments