Created
October 21, 2016 13:55
-
-
Save nielsole/56408e23623bd0f0d49c0599b82cc7bd to your computer and use it in GitHub Desktop.
Machine Learning 1 TUB
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
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