Cluster Launcher and Singularity

Hello! I’m currently trying to set up some local GPU clusters. I see that there’s support in the config file for the cluster launcher to run within Docker containers, is there any way to get this same kind of behavior using Singularity instead?

Hey @maxzvyagin, there’s no built-in support for singularity.

However, you can create a cluster launcher config that uses a local cluster configuration, and manually set up singularity in the setup_commands. You won’t be able to use file_mounts though.

Hope that helps!

1 Like