> ## Documentation Index
> Fetch the complete documentation index at: https://docs.coreweave.com/llms.txt
> Use this file to discover all available pages before exploring further.

# How do I run containers with Pyxis and Enroot in Slurm?

Pyxis and Enroot are NVIDIA tools that let you run OCI-compatible container images inside Slurm jobs. SUNK includes Pyxis support, and CoreWeave documents the Enroot AppArmor profile required on managed Nodes. Submit a containerized job by passing `--container-image=[REGISTRY]/[IMAGE]:[TAG]` (and optional `--container-mounts`) to `srun` or `sbatch`.

For how to actually use Pyxis and Enroot to run containers, see [Install software as containers using the Pyxis/enroot environment](/products/sunk/tutorials/train-on-sunk/1-set-up-slurm-cluster#install-software-as-containers-using-pyxis-and-enroot). For the AppArmor profile setup on managed Nodes, see [Enroot apparmor](/products/sunk/manage_sunk/enroot-apparmor).

***

<Badge stroke shape="pill" color="blue" size="md">[Workload Scheduling](/support/sunk/tags/workload-scheduling)</Badge>
