An open API service indexing awesome lists of open source software.

https://github.com/sandeep-mg/slurm-cluster-in-docker-on-raspberry-pi-4

Slurm in Docker for Rapsberry Pi
https://github.com/sandeep-mg/slurm-cluster-in-docker-on-raspberry-pi-4

cluster docker docker-compose hpc openmpi raspberry-pi slurm ubuntu

Last synced: 20 days ago
JSON representation

Slurm in Docker for Rapsberry Pi

Awesome Lists containing this project

README

        

# SLURM-cluster-in-docker-on-Raspberry-Pi-4

SLURM cluster in docker on Raspberry Pi 4

To run SLURM cluster in docker on Raspberry Pi 4 execute:

docker-compose -f docker-compose-jupyter.yml up -d

To stop:

docker-compose -f docker-compose-jupyter.yml stop

To check logs:

docker-compose -f docker-compose-jupyter.yml logs -f

To check running containers:

docker-compose -f docker-compose-jupyter.yml ps

To access JupyterLab go to: http://localhost:8888

Based on: https://github.com/rancavil/slurm-cluster