We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95bca5d commit aa7b7e8Copy full SHA for aa7b7e8
.github/docker-compose.yml
@@ -10,7 +10,7 @@ services:
10
CMD cp /configs/spack.yaml . && \
11
spack -e . add openmpi@$${OMPI_VERSION} && \
12
spack -e . containerize >/configs/spack.Dockerfile && \
13
- sed -i -e 's/spack install/spack info openmpi \&\& spack -d install/;' /configs/spack.Dockerfile
+ sed -i -e 's/spack install/spack external find --all \&\& spack -d install/;' /configs/spack.Dockerfile
14
args:
15
OMPI_VERSION: main
16
no_cache: true
0 commit comments