Skip to content

Instantly share code, notes, and snippets.

@ganni
Last active October 12, 2018 15:57
Show Gist options
  • Save ganni/da58059421fbab09084ef27ea08cc6b9 to your computer and use it in GitHub Desktop.
Save ganni/da58059421fbab09084ef27ea08cc6b9 to your computer and use it in GitHub Desktop.
Docker commands (mostly windows)
docker run -it -v /User/Documents/directory-to-bind:/notebooks -w /notebooks --name tf -p 8888:8888 -p 6006:6006 tensorflow/tensorflow
docker ps -a -q --filter=ancestor=tensorflow/tensorflow
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment