no models showing in UI #1601

Closed
opened 2025-11-11 14:48:10 -06:00 by GiteaMirror · 1 comment
Owner

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

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
Author
Owner

@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

@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
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/open-webui#1601