From 30f8177e9727c17b91233fbccd69dfc57975a570 Mon Sep 17 00:00:00 2001 From: Christoph Schranz Date: Fri, 17 Jul 2020 15:07:20 +0200 Subject: [PATCH] allowing root permissions --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 88231c8..a216d10 100644 --- a/README.md +++ b/README.md @@ -74,8 +74,8 @@ password `asdf`. To run the container with GPU support, a local data volume and , run: ```bash -docker run -d -it --rm --gpus all -p [JUPYTER_PORT]:8888 -v $(pwd)/data:/home/jovyan/work -e GRANT_SUDO="yes" -e JUPYTER_ENABLE_LAB="yes" gpu-jupyter - ``` +docker run -d -it -p 8848:8888 -v $(pwd)/data:/home/jovyan/work -e GRANT_SUDO=yes -e JUPYTER_ENABLE_LAB=yes --user root --restart always --name gpu-jupyter_1 gpu-jupyter +``` ## Parameter