From 6ae6d0aa54122fffdae7fb3205f2f4a910652b39 Mon Sep 17 00:00:00 2001 From: Christoph Schranz Date: Tue, 5 Jan 2021 14:08:32 +0100 Subject: [PATCH] ignore push_tag and fixed README explaination --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 58afb55..74a450d 100644 --- a/README.md +++ b/README.md @@ -62,7 +62,7 @@ The image of this repository is available on [Dockerhub](https://hub.docker.com/ environment will be downloaded: ```bash cd your-working-directory - docker run --gpus all -d -it -p 8848:8888 -v data:/home/jovyan/work -e GRANT_SUDO=yes -e JUPYTER_ENABLE_LAB=yes --user root cschranz/gpu-jupyter:v1.2_cuda-10.1_ubuntu-18.04_python-only + docker run --gpus all -d -it -p 8848:8888 -v $pwd/data:/home/jovyan/work -e GRANT_SUDO=yes -e JUPYTER_ENABLE_LAB=yes --user root cschranz/gpu-jupyter:v1.2_cuda-10.1_ubuntu-18.04_python-only ``` This starts an instance with of *GPU-Jupyter* the tag `v1.2_cuda-10.1_ubuntu-18.04_python-only` at [http://localhost:8848](http://localhost:8848) (port `8484`). The default password is `asdf` which should be changed as described [below](#set-password).