Starting a container
-
... enroot start --rw nvidia+pytorch+21.04-py3 bashStart the container
nvidia+pytorch+21.04-py3in read-write mode (--rw) and runbashinside the container. -
... enroot start --root --rw nvidia+pytorch+21.04-py3 bashStart container in
--rw-mode and get root access (--root) inside the container.
You can now install software with root privileges, depending on the containerized Linux distribution e.g. withapt-get install …,apk add …,yum install …,pacman -S … -
... enroot start -m <HomeDir>:/work --rw nvidia+pytorch+21.04-py3 bashStart container and mount (
-m) a local directory to/workinside the container. -
... enroot start -m <HomeDir>:/work --rw nvidia+pytorch+21.04-py3 jupyter labStart container, mount a directory and start the application
jupyter lab.
