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 941f185 commit 0bc06f6Copy full SHA for 0bc06f6
.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 externals find --all \&\& spack install/;' /configs/spack.Dockerfile
+ sed -i -e 's/spack install/spack external find --all \&\& spack install/;' /configs/spack.Dockerfile
14
args:
15
ompi_version: main
16
no_cache: true
0 commit comments