Multi-tenant without the maze
Share the machine. Keep the boundaries.
MTGPU uses ordinary Linux security primitives rather than inventing a parallel identity system. Each authorized user receives a private, unprivileged OS account; containers run rootless under that identity.
Heavy assets live onceAdministrators publish datasets and prepared Python environments once, making them available read-only to every account instead of copying CUDA stacks and terabytes of data into every home.
Caches that outlive workspacesPersistent per-user volumes keep pip packages and Hugging Face model downloads through workspace stop and rebuild—each account gets its own independent copy, so nobody re-downloads gigabytes to start the day.
Resources return to the poolDisk quotas and retention policies control growth, while genuinely idle interactive workspaces stop automatically and release their GPU reservations.
Keep using existing toolsMTGPU doesn't wall off the machine: the external tools your workflow already relies on keep working alongside it, unchanged.