This repository provides a containerized deployment of Slurm, featuring one control node and one compute node, along with support for JupyterLab.
To run it, type:
docker run -it -p 28888:8888 johan/slurm
Next, open http://localhost:28888, use enccs as password.
Start a new terminal inside Jupyterlabs, and type
sinfo
PARTITION AVAIL TIMELIMIT NODES STATE NODELIST
enccs* up infinite 1 idle localhost
srun hostname
c341049db665
docker build -t johan/slurm .