Managing Container Images with Enroot
TensorWave Slurm uses Enroot as its lightweight, high-performance container runtime for HPC and AI workloads.
Optional: Importing an Image with Enroot
IMG="<repo>:<tag>"
# srun command to 'build' and 'import' $IMG
srun --pty -N1 bash -c "docker build -f <dockerfile> -t $IMG . && enroot import dockerd://$IMG"# Login into Docker
docker login -u <docker-username> -p <dockerhub-oat>
# Pull and squash Docker image
srun --pty -N1 bash -c "enroot import dockerd://<repo>:<tag>"Resources
Last updated

