mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-08 12:58:11 -05:00
[GH-ISSUE #3951] Can we still access ollama :11434 port with docker cuda AIO installs? #52108
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).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/3951
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?