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 335e1dc commit d4db7a6Copy full SHA for d4db7a6
Dockerfile
@@ -17,6 +17,8 @@ RUN spack compiler find
17
18
RUN sed -i '/^spec: gcc/s/$/ ~strip/' /root/.spack/packages.yaml
19
20
+RUN cat /root/.spack/packages.yaml
21
+
22
RUN spack -e /root/spack-env concretize
23
RUN spack -e /root/spack-env fetch -D
24
RUN spack -e /root/spack-env install --fail-fast
0 commit comments