mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-07 03:18:23 -05:00
no models showing in UI #1601
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 @enorrmann on GitHub (Jul 24, 2024).
Bug Report
Description
Bug Summary:
debian 12
ollama models not showing
default ollama installation
i have a working ollama servet which I can access via terminal and it's working
then I installed
docker run -d -p 3000:8080 --add-host=host.docker.internal:host-gateway -v open-webui:/app/backend/data --name open-webui --restart always ghcr.io/open-webui/open-webui:main
but no models are selectable
@enorrmann commented on GitHub (Jul 24, 2024):
installed ollama via
curl -fsSL https://ollama.com/install.sh | sh
pgrep ollama returns one process id
1760