mirror of
https://github.com/open-webui/open-webui.git
synced 2026-03-22 14:13:08 -05:00
Is ollama supposed to load automatically in GUI when running through docker #119
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 @matsuobasho on GitHub (Dec 23, 2023).
Bug Report
Description
Bug Summary:
I run
docker compose up -d --buildand am able to view the gui athttp://localhost:3000/. However, no model shows up in the dropdown.Steps to Reproduce:
docker compose up -d --buildafter navigating to ithttp://localhost:3000/Expected Behavior:
Attempt to select model from the drop-down.
Actual Behavior:
No model appears.
Environment
Reproduction Details
Confirmation:
@tjbck commented on GitHub (Dec 23, 2023):
Hi! If you haven't downloaded the models, you'll have to pull the models first! Is it still not showing after you downloaded the models?
@matsuobasho commented on GitHub (Dec 24, 2023):
I'm probably missing something (or maybe the instruction is unclear), but doesn't this say that running
docker compose up -d --buildinstalls the model as well?Anyways, that's probably a separate issue, but if I download the model, where do I install the model to when I run the docker container?
Thanks
@tjbck commented on GitHub (Dec 24, 2023):
Hi! Ollama does not include models when you first install them, you can download the model by going to the settings > models in the webui. There's also a demo gif demonstrating how you can pull a model in the readme.md. Thanks!
Also, feel free to join our Discord server for better/faster help from the community!
@matsuobasho commented on GitHub (Dec 24, 2023):
Thanks for the guidance, it works as per your steps!