From 955fd6ef2f957e315cd70472b4708d6155f545d5 Mon Sep 17 00:00:00 2001 From: Michael Delgado Date: Fri, 13 Dec 2019 12:31:53 -0800 Subject: [PATCH] update to latest docker image --- jupyter-config.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/jupyter-config.yml b/jupyter-config.yml index 56eead3..ceaec25 100644 --- a/jupyter-config.yml +++ b/jupyter-config.yml @@ -2,7 +2,7 @@ jupyterhub: singleuser: image: name: rhodium/notebook - tag: 91e8177fe0db3a60b343ff01a5deb699bcb6eb2a + tag: b46e2cda7727af3eef095279da220df283b57a66 storage: capacity: 10Gi dynamic: @@ -10,11 +10,11 @@ jupyterhub: # this disk type storageClass: standard cpu: - limit: 4 - guarantee: 1 + limit: 3.75 + guarantee: 3.75 memory: - limit: 12G - guarantee: 4G + limit: 24G + guarantee: 24G hub: db: upgrade: true