Skip to content

Instantly share code, notes, and snippets.

@nielsole
Created October 21, 2016 13:55
Show Gist options
  • Save nielsole/56408e23623bd0f0d49c0599b82cc7bd to your computer and use it in GitHub Desktop.
Save nielsole/56408e23623bd0f0d49c0599b82cc7bd to your computer and use it in GitHub Desktop.
Machine Learning 1 TUB
version: '2'
services:
app:
image: nielsole/ml1:v1
volumes:
- ./data/:/data
command: ["ipython", "notebook", "--ip=0.0.0.0"]
ports:
- "8888:8888"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment