Skip to content

Instantly share code, notes, and snippets.

@allanino
Created November 11, 2015 15:01
Show Gist options
  • Select an option

  • Save allanino/a4aaeb41c719925cec05 to your computer and use it in GitHub Desktop.

Select an option

Save allanino/a4aaeb41c719925cec05 to your computer and use it in GitHub Desktop.
Start Jupyter server with TensorFlow demo notebooks.
#!/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