Skip to content

Instantly share code, notes, and snippets.

View adi611's full-sized avatar

Aditya Agarwal adi611

  • India
View GitHub Profile
@adi611
adi611 / Dockerfile
Created November 14, 2023 07:13
SLURM Dockerfile
FROM centos:7.9.2009
LABEL org.opencontainers.image.source="https://github.com/giovtorres/docker-centos7-slurm" \
org.opencontainers.image.title="docker-centos7-slurm" \
org.opencontainers.image.description="Slurm All-in-one Docker container on CentOS 7" \
org.label-schema.docker.cmd="docker run -it -h slurmctl giovtorres/docker-centos7-slurm:latest" \
maintainer="Giovanni Torres"
ENV PATH "/root/.pyenv/shims:/root/.pyenv/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/local/bin"