0

I am trying to configure TensorFlow deep learning library for my windows 10.I used following link for the configuration

TensorFlow Installation in windows

Following are outputs from my docker terminal and windows.

From docker terminal

enter image description here

From windows commandprompt enter image description here

Now I want to ask how would I use TensorFlow now since it seems to me as everything is working properly?

Update

Right Now I am getting following error

enter image description here

Docker ps command gave following output

enter image description here

virtual box status

enter image description here

Python and TensorFlow are running well inside a cmd but I am not being able to fire up Jupyton Notebook

enter image description here

1 Answer 1

1

Note the second-last line of the log:

[... NotebookApp] The Jupyter Notebook is running at: http://[all ip addresses on your system]:8888/

Since you passed the -p 8888:8888 flag to docker run, you can open a web browser in Windows and connect to http://<ip address>:8888 (where <ip address> is the IP of the VirtualBox VM that is listed when you do docker-machine ls) to get a Jupyter (IPython) notebook through which you can interact with Python and TensorFlow.

Sign up to request clarification or add additional context in comments.

14 Comments

What output do you get if you run docker ps in another terminal?
It looks like the container is no longer running. Is the command prompt in which you ran docker run still open, and showing the same message?
The docker ps command lists all running containers, so if it gives an empty output, the container does not seem to be running. What output do you see from VirtualBox to make you think it is running?
Can you add the exact message to your question?
You said "I have seen container in vbox they are running" and "it is just showing running"; what screen is giving you that information?
|

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.