file name was changed
This commit is contained in:
		@@ -67,7 +67,7 @@ The following commands will start *GPU-Jupyter* on [localhost:8848](http://local
 | 
				
			|||||||
password `asdf`.
 | 
					password `asdf`.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  ```bash
 | 
					  ```bash
 | 
				
			||||||
  ./generate_Dockerfile.sh
 | 
					  ./generate-Dockerfile.sh
 | 
				
			||||||
  docker build -t gpu-jupyter .build/  # will take a while
 | 
					  docker build -t gpu-jupyter .build/  # will take a while
 | 
				
			||||||
  docker run -d -p [port]:8888 gpu-jupyter  # starts gpu-jupyter WITHOUT GPU support
 | 
					  docker run -d -p [port]:8888 gpu-jupyter  # starts gpu-jupyter WITHOUT GPU support
 | 
				
			||||||
  ``` 
 | 
					  ``` 
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user