Thank you for this great documentation!
I had a similar setup with Singularity/Apptainer working on DRAC, but only if I allocated a full GPU, for example, via --gpus=a100:1
Sometimes it is wasteful to allocate the whole GPU. I was wondering whether you managed to make it work with an instance/fraction of the GPU (MIG), for example, via --gpus=a100_2g.10gb:1?
When I do that, I get errors regarding Vulkan, per my understanding, that Vulkan does not support running on MIG
Thank you for this great documentation!
I had a similar setup with Singularity/Apptainer working on DRAC, but only if I allocated a full GPU, for example, via
--gpus=a100:1Sometimes it is wasteful to allocate the whole GPU. I was wondering whether you managed to make it work with an instance/fraction of the GPU (MIG), for example, via
--gpus=a100_2g.10gb:1?When I do that, I get errors regarding Vulkan, per my understanding, that Vulkan does not support running on MIG