# Run Pytorch and Tensorflow Containers with Nvidia Enroot
# Run Pytorch and Tensorflow Containers with Nvidia Enroot
Enroot is a simple, yet powerful tool to turn traditional container/OS images into unprivileged sandboxes. Enroot is targeted for HPC environments with integration with the Slurm scheduler, but can also be used as a standalone tool to run containers as an unprivileged user. Enroot is similar to Singularity, but with the added benefit of allowing users to read/write in the container and also to appear as a root user within the container environment.
Enroot is a simple, yet powerful tool to turn container images into unprivileged sandboxes. Enroot is targeted for HPC environments with integration with the Slurm scheduler, but can also be used as a standalone tool to run containers as an unprivileged user. Enroot is similar to Singularity, but with the added benefit of allowing users to read/write in the container and also to appear as a root user within the container environment.
Please read enroot's [github page](https://github.com/NVIDIA/enroot) for more information.
Please read Enroot's [github page](https://github.com/NVIDIA/enroot) for more information.