• 0 Posts
  • 7 Comments
Joined 1 year ago
cake
Cake day: August 2nd, 2023

help-circle
  • Another thing you can look into is apptainer/singularity. Basically portable container binaries. Executing the binary automatically runs a program/drops you into a shell inside the container with your $HOME mounted inside. Stuff like cuda also work as long as your host system has appropriate drivers.

    You can also port docker containers to apptainer directly via cli.