Cannot connect to Tensorflow Jupyter laptop in windows 10

I get the following error message when I try to run my jupyter notepad for a tensor stream.

Browser error

enter image description here

Below is my docker status in which I received

  • Docking machines work
  • Docker Uploaded Images

enter image description here

I used the Docker image id to run it in docker

enter image description here

I wonder why else my jupyter laptop does NOT go away, although it works correctly in bash?

Updates (setup in VirtualBox)

enter image description here

+4
source share
1 answer

, . :

docker run -p 8888:8888 -p 6006:6006 -t -i b.gcr.io/tensorflow/tensorflow ./run_jupyter.sh`
+1

Source: https://habr.com/ru/post/1658737/


All Articles