Skip to content

Commit 36581fe

Browse files
committed
Proxy ollama on a11y.
1 parent b053fec commit 36581fe

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

deployments/a11y/config/common.yaml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,12 @@ jupyterhub:
7474
stringData: |
7575
c.ServerProxy.servers = {
7676
"ollama": {
77-
"port": 11434
77+
"command": ["ollama", "serve"],
78+
"port": 11434,
79+
# This is not a user-facing web application
80+
"launcher_entry": {
81+
"enabled": False
82+
}
7883
}
7984
}
8085
extraEnv:

0 commit comments

Comments
 (0)