I am getting following error message whenever I try to fire up my jupyter notebook for tensorflow.
Browser Error
Following is my status of docker in which I have got
I used Docker image ID to run it in docker
I wonder why still my jupyter notebook is NOT getting fired although it is running properly in bash?
Updates(Setting in VirtualBox)
The problem here is that the container does not expose a port. You need to explicitly map the port to the host operating system:
docker run -p 8888:8888 -p 6006:6006 -t -i b.gcr.io/tensorflow/tensorflow ./run_jupyter.sh`
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With