Originally created by @matsuobasho on GitHub (Dec 23, 2023).
Bug Report
Description
Bug Summary:
I run docker compose up -d --build and am able to view the gui at http://localhost:3000/. However, no model shows up in the dropdown.
Steps to Reproduce:
On Windows, start Docker desktop
After cloning repo, run docker compose up -d --build after navigating to it
Open up http://localhost:3000/
Expected Behavior:
Attempt to select model from the drop-down.
Actual Behavior:
No model appears.
Environment
Operating System: Windows 10
Browser (if applicable): Firefox 121.0
Reproduction Details
Confirmation:
I have read and followed all the instructions provided in the README.md.
I have reviewed the troubleshooting.md document. <<-- I'm not running webui and ollama separately AFAIK so should just work?
I have included the browser console logs.
I have included the Docker container logs.
Originally created by @matsuobasho on GitHub (Dec 23, 2023).
# Bug Report
## Description
**Bug Summary:**
I run `docker compose up -d --build` and am able to view the gui at `http://localhost:3000/`. However, no model shows up in the dropdown.
**Steps to Reproduce:**
1. On Windows, start Docker desktop
2. After cloning repo, run `docker compose up -d --build` after navigating to it
3. Open up `http://localhost:3000/`
**Expected Behavior:**
Attempt to select model from the drop-down.
**Actual Behavior:**
No model appears.
## Environment
- **Operating System:** Windows 10
- **Browser (if applicable):** Firefox 121.0
## Reproduction Details
**Confirmation:**
- [X] I have read and followed all the instructions provided in the README.md.
- [X] I have reviewed the troubleshooting.md document. <<-- I'm not running webui and ollama separately AFAIK so should just work?
- [ ] I have included the browser console logs.
- [ ] I have included the Docker container logs.
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?
@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?
I'm probably missing something (or maybe the instruction is unclear), but doesn't this say that running docker compose up -d --build installs 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
@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 --build` installs 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
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!
@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!](https://discord.gg/5rJgQTnV4s)
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
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!