File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ FROM ubuntu:22.04
44ARG SPACK_VERSION=0.22.2
55# METADATA OF THE IMAGE
66LABEL description="GMDS image built with spack" \
7- version.ubuntu="24 .04" \
7+ version.ubuntu="22 .04" \
88 version.spack=${SPACK_VERSION}
99ARG SPACK_VERSION
1010#==========================================
@@ -40,7 +40,7 @@ RUN source ./spack/share/spack/setup-env.sh && \
4040 spack external find cmake
4141#==========================================
4242RUN source ./spack/share/spack/setup-env.sh && \
43- spack install --only dependencies gmds+kmds+blocking+python ^kokkos+openmp ^cgns~mpi
43+ spack install --only dependencies gmds+kmds+blocking+python ^kokkos+openmp ^cgns~mpi
^[email protected] 4444#==========================================
4545RUN rm -rf /spack/var/spack/cache/*
4646#==========================================
You can’t perform that action at this time.
0 commit comments