changed ./data to /mnt/c/Users/cschranz/Documents/Projekte/GitHub/private/GPU-Jupyter/gpu-jupyter/data

This commit is contained in:
Christoph Schranz 2020-07-14 19:46:26 +02:00
parent 708643b60c
commit 8b7a2a378e

View File

@ -74,7 +74,7 @@ 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 ./data:/home/jovyan/work -e GRANT_SUDO="yes" -e JUPYTER_ENABLE_LAB="yes" gpu-jupyter
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
```
Or on windows: