Skip to content

Instantly share code, notes, and snippets.

@crawles
Created August 31, 2016 18:19
Show Gist options
  • Save crawles/ad69e226a3a246cbf0116fb688f6ee5f to your computer and use it in GitHub Desktop.
Save crawles/ad69e226a3a246cbf0116fb688f6ee5f to your computer and use it in GitHub Desktop.
---
applications:
- name: sentiment-compute
memory: 2GB
disk_quota: 2GB
instances: 1
path: .
buildpack: python_buildpack
command: >
jupyter-kernelgateway --KernelGatewayApp.port=$PORT
--KernelGatewayApp.ip=0.0.0.0
--KernelGatewayApp.api=notebook-http
--KernelGatewayApp.seed_uri='text-analytics-service-pcf.ipynb'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment