ZEMUSHKA / coursera-aml-docker

Docker container with Jupyter Environment for Coursera "Advanced Machine Learning" specialization.
https://www.coursera.org/specializations/aml
22 stars 115 forks source link

port for tensorboard #3

Closed Lesenr1 closed 6 years ago

Lesenr1 commented 6 years ago

port 7007 is used in the course assignments for tensorboard.

In the dockerfile "EXPOSE" does not publish the port (see https://docs.docker.com/engine/reference/builder/#expose]) so one needs to use the '- p' option

ZEMUSHKA commented 6 years ago

Thanks! I've fixed it in the master. For future reference: https://www.ctl.io/developers/blog/post/docker-networking-rules/