Created
November 11, 2015 15:01
-
-
Save allanino/a4aaeb41c719925cec05 to your computer and use it in GitHub Desktop.
Start Jupyter server with TensorFlow demo notebooks.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| # Run this | |
| docker run -it -p 8888:8888 b.gcr.io/tensorflow/tensorflow-full /run_jupyter.sh --notebook-dir=/tensorflow/tensorflow/tools/docker/notebooks/ | |
| # Go to http://localhost:8888 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment