From 46f352cc99bed4259d450967974fecd4a5b49487 Mon Sep 17 00:00:00 2001 From: J Maxwell Date: Fri, 28 Feb 2025 12:51:24 -0600 Subject: [PATCH] update tutorial ws image --- .../manifests/hatchery/hatchery.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/qa-brh.planx-pla.net/manifests/hatchery/hatchery.json b/qa-brh.planx-pla.net/manifests/hatchery/hatchery.json index f7c773a97..31b0ae9ed 100755 --- a/qa-brh.planx-pla.net/manifests/hatchery/hatchery.json +++ b/qa-brh.planx-pla.net/manifests/hatchery/hatchery.json @@ -71,17 +71,17 @@ "cpu-limit": "2.0", "memory-limit": "16Gi", "name": "(Tutorials) Example Analysis Jupyter Lab Notebooks", - "image": "quay.io/cdis/brh-notebooks:combined_demos__ac58320468729a6f02930e2fe6d4913c0a3f418d", + "image": "quay.io/cdis/brh-notebooks:combined_demos__38bd974d99f6f58f8fcdbd1ae5c7993bdece8b5e", "env": { "FRAME_ANCESTORS": "https://qa-brh.planx-pla.net" }, "args": [ - "--NotebookApp.base_url=/lw-workspace/proxy/", - "--NotebookApp.default_url=/lab", - "--NotebookApp.password=''", - "--NotebookApp.token=''", - "--NotebookApp.shutdown_no_activity_timeout=5400", - "--NotebookApp.quit_button=False" + "--JupyterNotebookApp.base_url=/lw-workspace/proxy/", + "--JupyterNotebookApp.default_url=/lab", + "--JupyterNotebookApp.password=''", + "--JupyterNotebookApp.token=''", + "--JupyterNotebookApp.shutdown_no_activity_timeout=5400", + "--JupyterNotebookApp.quit_button=False" ], "command": [ "start-notebook.sh" @@ -210,4 +210,4 @@ } } ] -} \ No newline at end of file +}