Last active
April 22, 2017 10:06
-
-
Save calippo/55112306264a3bbd0d9b8ea1b2e54d8b to your computer and use it in GitHub Desktop.
Simple jupyter crane file bootstrap for dev
This file contains 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
containers: | |
env: | |
image: davidshen84/scikit-learn | |
run: | |
publish: | |
- 8888:8888 | |
interactive: true | |
tty: true | |
volume: ["./data:/data", "./notebook:/notebook"] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment