This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| tips:harbor [2025/12/06 10:33] – [Config] sscipioni | tips:harbor [2025/12/06 10:44] (current) – [Config] sscipioni | ||
|---|---|---|---|
| Line 19: | Line 19: | ||
| ===== Config ===== | ===== Config ===== | ||
| - | use existing ollama (vulkan based) | + | use existing ollama (vulkan based), for example on 172.16.0.1 |
| <code bash> | <code bash> | ||
| harbor config ls | grep OLLAMA_INTERNAL_URL | harbor config ls | grep OLLAMA_INTERNAL_URL | ||
| - | harbor config set ollama.internal_url http://host.docker.internal:11434 | + | harbor config set ollama.internal_url http://172.16.0.1:11434 |
| harbor defaults rm ollama # remove harbor ollama buitin | harbor defaults rm ollama # remove harbor ollama buitin | ||
| </ | </ | ||