mirror of
https://github.com/open-webui/open-webui.git
synced 2026-07-16 14:24:24 -05:00
latest docker image does not work on rpi4 #1671
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 @realies on GitHub (Aug 3, 2024).
having issues since the image update 14 hours ago;
breaks the same way with the :main and :dev tags;
breaks the same way with a fresh ./data directory too;
goes in a loop restarting:
@realies commented on GitHub (Aug 3, 2024):
image tagged as 0.3.11 does not work too, but 0.3.10 works
@akshara-tg commented on GitHub (Aug 3, 2024):
I also have same problem. Have raspberry Pi 4B.
image: ghcr.io/open-webui/open-webui:${WEBUI_DOCKER_TAG-main} >> DOES NOT WORK
Error: open-webui exited with code 0
image: ghcr.io/open-webui/open-webui:v0.3.10 >> works
everything else in the docker compose remains same.