diff --git a/containers/Docker/OpenHPC b/containers/Docker/OpenHPC index 33734f89..8263f766 100644 --- a/containers/Docker/OpenHPC +++ b/containers/Docker/OpenHPC @@ -1,5 +1,6 @@ FROM warewulf/rocky:8 RUN dnf -y install http://repos.openhpc.community/OpenHPC/2/CentOS_8/x86_64/ohpc-release-2-1.el8.x86_64.rpm; \ - dnf -y install ohpc-base-compute ohpc-slurm-client chrony; \ + sed -i -e 's/^enabled=0/enabled=1/g' /etc/yum.repos.d/*-PowerTools.repo; \ + dnf -y install ohpc-base-compute ohpc-slurm-client chrony lmod-ohpc; \ systemctl enable munge diff --git a/containers/Singularity/rocky-8.def b/containers/Singularity/rocky-8.def index d27faae9..f4050036 100644 --- a/containers/Singularity/rocky-8.def +++ b/containers/Singularity/rocky-8.def @@ -14,4 +14,4 @@ Include: dnf shadow-utils rsyslog tzdata util-linux words zlib tar less \ gzip which util-linux openssh-clients openssh-server dhclient \ pciutils vim-minimal shadow-utils strace cronie crontabs cpio \ - wget rocky-release ipmitool yum + wget rocky-release ipmitool yum NetworkManager \ No newline at end of file