Skip to content

Commit

Permalink
update spack in base container (and thus rocm)
Browse files Browse the repository at this point in the history
  • Loading branch information
simonpintarelli committed Sep 25, 2024
1 parent 4e026ac commit 933904e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/baseimage.rocm.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ RUN wget https://github.com/Kitware/CMake/releases/download/v${CMAKE_VERSION}/cm
tar zxvf cmake.tar.gz --strip-components=1 -C /usr

# get latest version of spack
RUN git clone -b v0.21.2 https://github.com/spack/spack.git
RUN git clone -b v0.22.2 https://github.com/spack/spack.git

# add local repo to spack
COPY ./spack /opt/spack
Expand Down

0 comments on commit 933904e

Please sign in to comment.