Skip to content

Ollama models not appearing in UI on Windows with Docker Compose #139

@abhayharale69790-spec

Description

@abhayharale69790-spec

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions