From acb64ca59103b071c955fb6c95121b0cdcacb8b8 Mon Sep 17 00:00:00 2001 From: Xuan Gu <xuan.gu@liu.se> Date: Mon, 5 Dec 2022 15:38:06 +0000 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 99df2b7..1ea0e6a 100644 --- a/README.md +++ b/README.md @@ -78,7 +78,7 @@ You can also start a container and run your command at the same time. enroot start --rw --mount /proj/nsc_testing/xuan:/proj/nsc_testing/xuan nvidia_pytorch_22.09 sh -c 'python path_to_your_script.py' ``` -## Access to GUI +## Access to GUI within Enroot ``` enroot start --rw --env DISPLAY --mount /tmp/.X11-unix:/tmp/.X11-unix --mount /proj/nsc_testing/xuan:/proj/nsc_testing/xuan nvidia_pytorch_22.09 -- GitLab