Closed Lesenr1 closed 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
Thanks! I've fixed it in the master. For future reference: https://www.ctl.io/developers/blog/post/docker-networking-rules/
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