6 lines
226 B
Plaintext
6 lines
226 B
Plaintext
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; \
|
|
systemctl enable munge
|