From 1f47dadc285a75fdfabe37802f50c9c07dd5a08d Mon Sep 17 00:00:00 2001 From: Alex Kerney Date: Fri, 4 Aug 2023 14:13:00 -0400 Subject: [PATCH] OHW bump Python Image Bumps the OceanHackWeek Python image to make sure we have the appropriate ML and visualization libraries for tutorials. Xref: #2879 --- config/clusters/2i2c/ohw.values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/clusters/2i2c/ohw.values.yaml b/config/clusters/2i2c/ohw.values.yaml index 3f4b3185ec..7d8e50e450 100644 --- a/config/clusters/2i2c/ohw.values.yaml +++ b/config/clusters/2i2c/ohw.values.yaml @@ -51,7 +51,7 @@ basehub: description: "~2 CPU, ~8G RAM" default: true kubespawner_override: - image: "ghcr.io/oceanhackweek/python:c7938f5" + image: "ghcr.io/oceanhackweek/python:b6177db" default_url: "/lab" mem_limit: 8G mem_guarantee: 4G