From e31a93c76e3ccc6f92781746616693ef70ebb1ce Mon Sep 17 00:00:00 2001 From: Dean Elzinga Date: Wed, 29 Jul 2026 19:05:57 -0400 Subject: [PATCH] Point datascience_notebook to CCF comparator notebook image Replace the cc_workshop biomed-discovery-nb image with the new comparator-notebook image built for the CCF cohort collaboration. Image: notebook-openad/comparator-notebook:latest Repo: https://github.ibm.com/Accelerated-Discovery/ccf_comparator_nb Opens: comparator_wb.ipynb (agentic omics comparator workbench) --- config/notebook.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/notebook.toml b/config/notebook.toml index 5f453cab..eb0fa3ee 100644 --- a/config/notebook.toml +++ b/config/notebook.toml @@ -27,7 +27,7 @@ PROXY_URL = "https://open.accelerate.science/proxy" [datascience_notebook] name = "CC Science Notebook" -url = "image-registry.openshift-image-registry.svc:5000/notebook-openad/biomed-discovery-nb:latest" +url = "image-registry.openshift-image-registry.svc:5000/notebook-openad/comparator-notebook:latest" pull_policy = "Always" working_dir = "/workspace" volume_mnt_path = "/workspace" @@ -44,7 +44,7 @@ notebook_env = [ # base-url is taken care by bridge ] secret = "default-dockercfg-nk8f9" -start_up_url = "lab/tree/biomed-discovery-agentic-workflow/Evidence_Agents.ipynb" +start_up_url = "lab/tree/comparator_wb.ipynb" max_idle_time = 86400 [datascience_notebook.scheduling] cpu_heavy = "1"