Skip to content

Commit

Permalink
Fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
ggeorgakoudis committed Sep 19, 2024
1 parent 837d9c2 commit b8693ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/containers/x86_64-broadwell-cuda11.6.1/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ RUN \
git clone --depth 1 --branch releases/v0.20 https://github.com/spack/spack.git &&\
source spack/share/spack/setup-env.sh &&\
spack env activate -p ams-spack-env &&\
spack external find --all --not-buildable --exclude openssl --exclude openblas --exclude bzip2
spack external find --all --not-buildable --exclude openssl --exclude openblas --exclude bzip2 &&\
spack install --fail-fast &&\
spack clean --all

0 comments on commit b8693ff

Please sign in to comment.