From b8991a772dc2671026ccab532e62621af644fd9a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Y=C3=BBki=20Vachot?= Date: Fri, 22 Oct 2021 07:11:15 +0200 Subject: [PATCH] Update jupyterhub_config.py --- Dockers/tensorflow-jupyterhub/jupyterhub_config.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockers/tensorflow-jupyterhub/jupyterhub_config.py b/Dockers/tensorflow-jupyterhub/jupyterhub_config.py index 78f8a8e..2db94fe 100644 --- a/Dockers/tensorflow-jupyterhub/jupyterhub_config.py +++ b/Dockers/tensorflow-jupyterhub/jupyterhub_config.py @@ -152,7 +152,7 @@ c.JupyterHub.hub_ip = '0.0.0.0' # c.KubeSpawner.image = image c.KubeSpawner.image = "jupyter/pyspark-notebook:latest" - +c.KubeSpawner.cmd=["jupyter-labhub"] c.KubeSpawner.service_account = "hub" # if get_config('singleuser.imagePullSecret.enabled'): @@ -258,7 +258,7 @@ volume_name_template = 'volume-{username}' c.KubeSpawner.storage_pvc_ensure = True c.KubeSpawner.storage_class = 'standard' c.KubeSpawner.storage_access_modes = ['ReadWriteOnce'] -c.KubeSpawner.storage_capacity = '200Mi' +c.KubeSpawner.storage_capacity = '25Gi' # Add volumes to singleuser pods c.KubeSpawner.volumes = [