Skip to content

Instantly share code, notes, and snippets.

@nemesiscodex
Created February 25, 2016 00:22
Show Gist options
  • Save nemesiscodex/116dad1c147a6134283c to your computer and use it in GitHub Desktop.
Save nemesiscodex/116dad1c147a6134283c to your computer and use it in GitHub Desktop.
tensorflow with docker-compose
tensorflow:
build: ./tensorflow/examples/udacity
ports:
- "8888:8888"
@nemesiscodex
Copy link
Author

Run with docker-compose up

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment