> Why not just containerize your software and run the container on the HPC cluster?
Docker needs root access which is a big no-no in multi-user environments.
Singularity/Apptainer was developed (with HPC in mind) so that non-admin users could run containerized workloads, and Spack supports creating such workloads:
Docker needs root access which is a big no-no in multi-user environments.
Singularity/Apptainer was developed (with HPC in mind) so that non-admin users could run containerized workloads, and Spack supports creating such workloads:
* https://spack.readthedocs.io/en/latest/containers.html