Originally created by @Abdoulaye-Sayouti on GitHub (Jan 5, 2024).
Bug Report
Description
Bug Summary:
Can't see pull progresse when using Docker image version and simple local isntallation option. . And the chat doesn't work after the pull.
Steps to Reproduce:
1-) Install Ollama web ui with :
docker compose -f docker-compose.yaml -f docker-compose.gpu.yaml -f docker-compose.api.yaml up -d --build
or
docker run -d -p 3000:8080 --add-host=host.docker.internal:host-gateway -v ollama-webui:/app/backend/data --name ollama-webui --restart always ghcr.io/ollama-webui/ollama-webui:main
2-) Try to pull a model
Expected Behavior:
When start downloading a model, the progress bar should show the pull progress. And the chat should work too after the pull.
Actual Behavior:
When start downloading a model, the progress bar don't show up. And the chat doesn't work after the pull.
Environment
Operating System: On Ubuntu 22.04 with NVIDIA RTX 3070 Laptop
Browser (if applicable): Firefox 103.0.1
Originally created by @Abdoulaye-Sayouti on GitHub (Jan 5, 2024).

# Bug Report
## Description
**Bug Summary:**
Can't see pull progresse when using Docker image version and simple local isntallation option. . And the chat doesn't work after the pull.
**Steps to Reproduce:**
1-) Install Ollama web ui with :
docker compose -f docker-compose.yaml -f docker-compose.gpu.yaml -f docker-compose.api.yaml up -d --build
or
docker run -d -p 3000:8080 --add-host=host.docker.internal:host-gateway -v ollama-webui:/app/backend/data --name ollama-webui --restart always ghcr.io/ollama-webui/ollama-webui:main
2-) Try to pull a model
**Expected Behavior:**
When start downloading a model, the progress bar should show the pull progress. And the chat should work too after the pull.
**Actual Behavior:**
When start downloading a model, the progress bar don't show up. And the chat doesn't work after the pull.
## Environment
- **Operating System:** On Ubuntu 22.04 with NVIDIA RTX 3070 Laptop
- **Browser (if applicable):** Firefox 103.0.1
Hi, Thanks for reporting this issue! I can't seem to reproduce the issue on all three of my machines (ubuntu, macos, windows). Could you try pulling the latest release and reinstalling everything? Keep us updated, Thanks!
@tjbck commented on GitHub (Jan 5, 2024):
Hi, Thanks for reporting this issue! I can't seem to reproduce the issue on all three of my machines (ubuntu, macos, windows). Could you try pulling the latest release and reinstalling everything? Keep us updated, Thanks!
@Abdoulaye-Sayouti commented on GitHub (Jan 6, 2024):
Thanks for your response.
It's working now. Apparently the issue was with the browser. I tried Brave and it worked, then updated Firefox and it worked perfectly.
Thanks again.
@Abdoulaye-Sayouti commented on GitHub (Jan 6, 2024):
Thanks for your response.
It's working now. Apparently the issue was with the browser. I tried Brave and it worked, then updated Firefox and it worked perfectly.
Thanks again.
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 @Abdoulaye-Sayouti on GitHub (Jan 5, 2024).
Bug Report
Description
Bug Summary:
Can't see pull progresse when using Docker image version and simple local isntallation option. . And the chat doesn't work after the pull.
Steps to Reproduce:
1-) Install Ollama web ui with :
docker compose -f docker-compose.yaml -f docker-compose.gpu.yaml -f docker-compose.api.yaml up -d --build
or
docker run -d -p 3000:8080 --add-host=host.docker.internal:host-gateway -v ollama-webui:/app/backend/data --name ollama-webui --restart always ghcr.io/ollama-webui/ollama-webui:main
2-) Try to pull a model
Expected Behavior:
When start downloading a model, the progress bar should show the pull progress. And the chat should work too after the pull.
Actual Behavior:
When start downloading a model, the progress bar don't show up. And the chat doesn't work after the pull.
Environment
@tjbck commented on GitHub (Jan 5, 2024):
Hi, Thanks for reporting this issue! I can't seem to reproduce the issue on all three of my machines (ubuntu, macos, windows). Could you try pulling the latest release and reinstalling everything? Keep us updated, Thanks!
@Abdoulaye-Sayouti commented on GitHub (Jan 6, 2024):
Thanks for your response.
It's working now. Apparently the issue was with the browser. I tried Brave and it worked, then updated Firefox and it worked perfectly.
Thanks again.
@tjbck commented on GitHub (Jan 6, 2024):
Glad its working for you!