bytebot icon indicating copy to clipboard operation
bytebot copied to clipboard

Ollama models not appearing in UI on Windows with Docker Compose

Open abhayharale69790-spec opened this issue 3 months ago • 1 comments

Hello Bytebot Team,

I am having trouble getting local Ollama models to appear in the Bytebot UI. I have followed all setup instructions and have confirmed that the backend services are running correctly, but the "Select a model" dropdown remains empty.

My System:

Operating System: Windows 10

Setup: Running via Docker Desktop using the provided docker-compose.yml file.

Diagnostics and Logs: I have confirmed the following:

All five containers (ollama, postgres, agent, ui, desktop) start successfully with docker compose up.

The Ollama container can successfully pull and list models. The output of docker exec bytebot-ollama ollama list is:

NAME ID SIZE MODIFIED gemma:2b b50d6c999e59 1.7 GB ... The bytebot-agent container can successfully connect to the bytebot-ollama container. The output of docker exec -it bytebot-agent /bin/sh followed by wget -S --spider http://ollama:11434 is:

HTTP/1.1 200 OK

abhayharale69790-spec avatar Sep 21 '25 11:09 abhayharale69790-spec

Did you use LiteLLM? Please refer to the documentation: https://docs.bytebot.ai/deployment/litellm

lupengfei-johnson avatar Sep 22 '25 13:09 lupengfei-johnson