File tree Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -29,31 +29,31 @@ The https://github.com/machine-learning-helpers/docker-python-jupyter project bu
2929
3030It gives something like:
3131
32- Initialization of the Git repository for the Jupyter notebooks:
33-
32+ * Initialization of the Git repository for the Jupyter notebooks:
33+ <
3434$ mkdir -p ~ /dev/ml
3535$ cd ~ /dev/ml
3636$ git clone https://github.com/tirthajyoti/PythonMachineLearning.git
37+ >
3738
38- Initialization of the Docker image to run those Jupyter notebooks:
39-
39+ Initialization of the Docker image to run those Jupyter notebooks:
40+ <
4041$ docker pull artificialintelligence/python-jupyter
41-
42- Usage:
43-
42+ >
43+ Usgae
44+ <
4445$ cd ~ /dev/ml/PythonMachineLearning
4546$ docker run -d -p 9000:8888 -v ${PWD}:/notebook -v ${PWD}:/data artificialintelligence/python-jupyter
46-
47+ >
4748 And then you can open http://localhost:9000 in your browser.
4849
4950Any modification to the notebooks may be committed to the Git repository (if you are registered as a contributor), and/or submitted as a pull request.
50-
51- Shutdown the Docker image
52-
51+ Shutdown
52+ <
5353$ docker ps
5454CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
5555431b12a93ccf artificialintelligence/python-jupyter "/bin/sh -c 'jupyt..." 4 minutes ago Up 4 minutes 0.0.0.0:9000->8888/tcp friendly_euclid
5656$ docker kill 431b12a93ccf
57-
57+ >
5858--------------------------------------------------------------------------------------------------------------------
5959** You can [ add me on LinkedIn here] ( https://www.linkedin.com/in/tirthajyoti-sarkar-2127aa7/ ) **
You can’t perform that action at this time.
0 commit comments