Skip to content
Snippets Groups Projects
Commit b269a10f authored by Xuan Gu's avatar Xuan Gu
Browse files

Update README.md

parent 9c85de00
No related branches found
No related tags found
No related merge requests found
...@@ -127,7 +127,7 @@ Please note that you need to use the flag ```-X``` to set up the X11 forwarding ...@@ -127,7 +127,7 @@ Please note that you need to use the flag ```-X``` to set up the X11 forwarding
| Task | Command | | Task | Command |
|:--------------------------------------------:|:-----------------------------------------------------------------------------------------------------------------------------------:| |:--------------------------------------------:|:-----------------------------------------------------------------------------------------------------------------------------------:|
| Import a new container | enroot import 'docker://nvcr.io#nvidia/pytorch:22.09-py3' enroot import 'docker://pytorch/pytorch:1.12.1-cuda11.3-cudnn8-devel' | | Import a new container | enroot import 'docker://nvcr.io#nvidia/pytorch:22.09-py3' |
| Create an instance of a container | enroot create --name nvidia_pytorch_22.09 nvidia+pytorch+22.09-py3.sqsh | | Create an instance of a container | enroot create --name nvidia_pytorch_22.09 nvidia+pytorch+22.09-py3.sqsh |
| Destroy an instance | enroot remove nvidia_pytorch_22.09 | | Destroy an instance | enroot remove nvidia_pytorch_22.09 |
| Run an enroot image | enroot start --rw --mount /your/local/path:/path/mounted/on/enroot nvidia_pytorch_22.09 | | Run an enroot image | enroot start --rw --mount /your/local/path:/path/mounted/on/enroot nvidia_pytorch_22.09 |
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment