0
votes

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

1
I solved it, it was the same command: docker run -it -p 8888:8888 microsoft/cntk, but what I was doing wrong was forgetting to add the parameter --ip 0.0.0.0 to the command jupyter-notebook - asnart

1 Answers

0
votes

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