简体   繁体   中英

How do you see Jupyter notebook on a microsoft/cntk docker?

I just installed the microsoft/cntk docker image and I was wondering how can I see the Jupyter notebook interface (in order to do the tutorials included in the docker image at /cntk/Tutorials) ?

For another docker image I simply did the following command:

docker run -d -p 8888:8888 -v /home/name/notebooks:/home/ds/notebooks dataquestio/python3-starter

and then I opened my browser and went to localhost:8888

Thank you

Thank you for raising this.

We have updated the Wiki on how to run Jupyter Notebooks in Docker containers.

See here: https://github.com/Microsoft/CNTk/wiki/CNTK-Docker-Containers#using-docker-container-to-run-cntk-jupyter-notebook-tutorials

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM