Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
kincl committed Aug 30, 2024
1 parent 2a534a8 commit 39f5408
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion slurm/images/slurm/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 && \
Expand Down

0 comments on commit 39f5408

Please sign in to comment.