diff --git a/README.md b/README.md index 99c3f3d..a5cd7e5 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,10 @@ Testing batch capabilities of OpenShift +## Slurm on OpenShift + +TODO + ## Simple NFS Storage Just create a simple NFS server for shared storage this uses the upstream: https://github.com/kubernetes-sigs/nfs-ganesha-server-and-external-provisioner/tree/nfs-server-provisioner-1.8.0 diff --git a/slurm/images/slurm/Dockerfile b/slurm/images/slurm/Dockerfile index 9c0c147..580c206 100644 --- a/slurm/images/slurm/Dockerfile +++ b/slurm/images/slurm/Dockerfile @@ -53,7 +53,7 @@ FROM ghcr.io/naps-product-sa/openshift-batch/munge:latest COPY --from=tmp / / -RUN dnf install -y procps-ng bind-utils hostname iproute jansson http-parser +RUN dnf install -y ncurses procps-ng bind-utils hostname iproute jansson http-parser RUN ldconfig && ldconfig -n /usr/lib64/slurm && \ useradd -r -u 501 slurm && \