File tree 4 files changed +3
-5
lines changed
4 files changed +3
-5
lines changed Original file line number Diff line number Diff line change 9
9
USER plainuser
10
10
SHELL ["/bin/bash" , "-lc" ]
11
11
12
- ARG MPI_FAMILY=openmpi4
13
12
ARG LIBMESH_VERSION=1.6.2
14
13
RUN whoami && echo ${LIBMESH_VERSION}-${MPI_FAMILY} && module avail \
15
14
&& module load petsc boost \
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ RUN echo "basic zypper setup" \
23
23
&& zypper -n --no-gpg-checks install ohpc-base \
24
24
&& zypper -n --no-gpg-checks install lmod-ohpc nhc-ohpc ohpc-autotools \
25
25
&& zypper -n --no-gpg-checks install gnu9-compilers-ohpc \
26
- && zypper -n --no-gpg-checks install EasyBuild-ohpc hwloc-ohpc spack-ohpc valgrind-ohpc \
26
+ && zypper -n --no-gpg-checks install hwloc-ohpc spack-ohpc valgrind-ohpc \
27
27
&& zypper -n --no-gpg-checks install ${MPI_FAMILY_VARIANT}-gnu9-ohpc \
28
28
&& zypper -n --no-gpg-checks install lmod-defaults-gnu9-${MPI_FAMILY_VARIANT}-ohpc \
29
29
# && zypper -n install ohpc-gnu9-perf-tools
@@ -40,7 +40,6 @@ RUN echo "Extra packages" \
40
40
hdf5-gnu9-ohpc phdf5-gnu9-${MPI_FAMILY}-ohpc \
41
41
netcdf-gnu9-${MPI_FAMILY}-ohpc \
42
42
openblas-gnu9-ohpc \
43
- singularity-ohpc \
44
43
&& docker-clean
45
44
46
45
# Addons Ben wants to play with
Original file line number Diff line number Diff line change
1
+ # ARG MPI_FAMILY=openmpi4
1
2
ARG MPI_FAMILY=mpich
2
3
3
4
FROM benjaminkirk/rocky8-openhpc2-${MPI_FAMILY}:0.0.1
6
7
USER plainuser
7
8
SHELL ["/bin/bash" , "-lc" ]
8
9
9
- ARG MPI_FAMILY=openmpi4
10
10
ARG LIBMESH_VERSION=1.6.2
11
11
RUN whoami && echo ${LIBMESH_VERSION}-${MPI_FAMILY} && module avail \
12
12
&& module load petsc boost \
Original file line number Diff line number Diff line change 1
- FROM docker.io/rockylinux/rockylinux
1
+ FROM docker.io/rockylinux/rockylinux:8
2
2
MAINTAINER Ben Kirk <
[email protected] >
3
3
4
4
# #######################################
You can’t perform that action at this time.
0 commit comments