Created
February 12, 2019 16:15
-
-
Save 1ambda/a82bad073fb18477868300778c523540 to your computer and use it in GitHub Desktop.
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
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