mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 10:58:17 -05:00
Can we still access ollama :11434 port with docker cuda AIO installs? #1548
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @c2h2 on GitHub (Jul 17, 2024).
I installed this wonderful software with cuda docker AIO install command. but this install only expose 3000 port, not 11434 port which I can still interact with other software like langchain Ollama() stuff.
I have tried launch the docker with this port exposed, but ollama seems not able to accpet non-localhost requests.
Can we still access the 11434 from outside docker?