Skip to content

NAG-DevOps/slurm_debian

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Slurm on Debian Docker Image

This is an all-in-one Slurm installation.

This container provides everything you need to test using a Python 3.7 interpreter. Start the test environment:

docker-compose up -d --build --remove-orphans

To check: docker ps

To enter the shell of the running container in the interactive mode, run:

docker exec --hostname slurmctl -it slurm_debian_slurm_1 /bin/bash

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 63.5%
  • Dockerfile 36.5%