Skip to content

Instantly share code, notes, and snippets.

@1ambda
Created February 12, 2019 16:15
Show Gist options
  • Save 1ambda/a82bad073fb18477868300778c523540 to your computer and use it in GitHub Desktop.
Save 1ambda/a82bad073fb18477868300778c523540 to your computer and use it in GitHub Desktop.
singleuser:
...
memory:
limit: 2G
guarantee: 1G
cpu:
limit: 1
guarantee: .25
# the default image
image:
name: jupyter/minimal-notebook
tag: 83ed2c63671f
# ref - https://gitlab.nautilus.optiputer.net/crawld/jupyterlab/blob/82e99720207896eb6c42721d35108d4c6a8c371f/nautilus-hub/values.yaml
profileList:
- display_name: "minimal-notebook (Python 3)"
description: "Limit: CPU 1, Memory 2G"
default: true
- display_name: "scipy-notebook (Python 3, pandas, scikit-learn)"
description: "Limit: CPU 1, Memory 2G"
kubespawner_override:
image: jupyter/tensorflow-notebook:83ed2c63671f
cpu_limit: 1
mem_limit: '2G'
- display_name: "tensorflow-notebook (Python 3, tensorflow 1.12, keras 2.2)"
description: "Limit: CPU 1, Memory 2G"
kubespawner_override:
image: jupyter/tensorflow-notebook:83ed2c63671f
cpu_limit: 1
mem_limit: '2G'
- display_name: "datascience-notebook (Python 3, R 3.5, Julia 1.1.0)"
description: "Limit: CPU 1, Memory 2G"
kubespawner_override:
image: jupyter/datascience-notebook:83ed2c63671f
cpu_limit: 1
mem_limit: '2G'
- display_name: "pyspark-notebook (Python 3, PySpark 2.4)"
description: "Limit: CPU 1, Memory 2G"
kubespawner_override:
image: jupyter/pyspark-notebook:83ed2c63671f
cpu_limit: 1
mem_limit: '2G'
- display_name: "all-spark-notebook (Spark 2.4)"
description: "Limit: CPU 1, Memory 2G"
kubespawner_override:
image: jupyter/all-spark-notebook:83ed2c63671f
cpu_limit: 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment