Skip to content

Instantly share code, notes, and snippets.

@calippo
Last active April 22, 2017 10:06
Show Gist options
  • Save calippo/55112306264a3bbd0d9b8ea1b2e54d8b to your computer and use it in GitHub Desktop.
Save calippo/55112306264a3bbd0d9b8ea1b2e54d8b to your computer and use it in GitHub Desktop.
Simple jupyter crane file bootstrap for dev
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