changed ./data to /mnt/c/Users/cschranz/Documents/Projekte/GitHub/private/GPU-Jupyter/gpu-jupyter/data
This commit is contained in:
		@@ -76,11 +76,6 @@ To run the container with GPU support, a local data volume and , run:
 | 
				
			|||||||
  ```bash
 | 
					  ```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 --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:
 | 
					 | 
				
			||||||
  ```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
 | 
					 | 
				
			||||||
  ``` 
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
## Parameter
 | 
					## Parameter
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user