mirror of
https://github.com/open-webui/open-webui.git
synced 2026-03-12 01:54:38 -05:00
Can't see pull progresse when using Docker image version and simple local isntallation option #155
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 @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!