mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-07 03:18:23 -05:00
issue: Latest version (0.6.1) hangs on raspberry pi 4 #4731
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 @carlitosspot on GitHub (Apr 5, 2025).
Check Existing Issues
Installation Method
docker compose
Open WebUI Version
0.6.1
Ollama Version (if applicable)
No response
Operating System
Unbuntu 22.04
Browser (if applicable)
No response
Confirmation
README.md.Expected Behavior
When using the docker compose below:
I expected a message stating that the app is running on port 3000
Actual Behavior
Application hangs on start. Here's docker compose logs:
Steps to Reproduce
latestor anything above0.6.xdocker compose up -dand check the logsLogs & Screenshots
Additional Information
No response
@gaby commented on GitHub (Apr 5, 2025):
@carlitosspot what was the issue?
@ghjardim commented on GitHub (Apr 6, 2025):
It hangs here too.
@carlitosspot commented on GitHub (Apr 6, 2025):
Hey @gaby @ghjardim
I'm still looking into it. I closed the issue when I came across the suggestion to just build a docker image specifically for the PI. I tried to pull the image with :dev tag but that didn't seem to work for me. So really the last option is building a docker image. If that fails then I'll reopen this issue and revert back to 0.5.2
@carlitosspot commented on GitHub (Apr 6, 2025):
Re-opening issue. Bug in raspberry pi still persists with this fix: https://github.com/open-webui/open-webui/pull/12299/files
@carlitosspot commented on GitHub (Apr 7, 2025):
After several trial and error to get this update on my RP 4 working, I finally got it. I had to do a clean install:
docker compose upNote that by removing the app data you'd be losing your chat history. You'd also need to reconfigure any model and settings you were previously working with. I'm currently experimenting with the app so I didn't mind starting from scratch.