diff --git a/deployments/a11y/config/common.yaml b/deployments/a11y/config/common.yaml index b60cb376e..63443c560 100644 --- a/deployments/a11y/config/common.yaml +++ b/deployments/a11y/config/common.yaml @@ -74,7 +74,12 @@ jupyterhub: stringData: | c.ServerProxy.servers = { "ollama": { - "port": 11434 + "command": ["ollama", "serve"], + "port": 11434, + # This is not a user-facing web application + "launcher_entry": { + "enabled": False + } } } extraEnv: