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 e24010f commit 941f185Copy full SHA for 941f185
.github/docker-compose.yml
@@ -7,9 +7,10 @@ services:
7
VOLUME /configs
8
ARG ompi_version
9
ENV ompi_version=$$ompi_version
10
- CMD ls . && ls / && ls /configs && cp /configs/spack.yaml . && \
+ CMD cp /configs/spack.yaml . && \
11
spack -e . add openmpi@$${ompi_version} && \
12
- spack -e . containerize >/configs/spack.Dockerfile
+ spack -e . containerize >/configs/spack.Dockerfile && \
13
+ sed -i -e 's/spack install/spack externals find --all \&\& spack install/;' /configs/spack.Dockerfile
14
args:
15
ompi_version: main
16
no_cache: true
0 commit comments