Hi,

On 08.02.23 05:00, Carl Ponder wrote:
Take a look at this extension to SLURM:

    https://github.com/NVIDIA/pyxis

https://slurm.schedmd.com/SLUG19/NVIDIA_Containers.pdf

enroot & pyxis - great recommendation for rootless containerized runtime environments in HPC.

Free software, no license or DGX required.


Some things to consider

Cache in /tmp so it's free'd upon reboot:
# /etc/enroot/enroot.conf
ENROOT_RUNTIME_PATH /tmp/enroot/user-$(id -u)
ENROOT_CACHE_PATH /tmp/enroot-cache/user-$(id -u)
ENROOT_DATA_PATH /tmp/enroot-data/user-$(id -u)


When using a local container repo, the image urls port is seperated using # :

srun … --container-image mygitlab:5005#path/pytorch:22.12-py3 …


MfG
--
Markus Kötter, +49 681 870832434
30159 Hannover, Lange Laube 6
Helmholtz Center for Information Security

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

Reply via email to