mirror of
https://github.com/open-webui/open-webui.git
synced 2026-07-15 21:19:39 -05:00
[GH-ISSUE #23860] issue: 0.8.12 arm64 docker image has a corrupted typer package (file size is 0)
#107085
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 @Wren6991 on GitHub (Apr 17, 2026).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/23860
Check Existing Issues
Installation Method
Docker
Open WebUI Version
v0.8.12
Ollama Version (if applicable)
No response
Operating System
MacOS 26
Browser (if applicable)
No response
Confirmation
README.md.Expected Behavior
For the high-level failure, repro is:
Expected: service starts, or complains about missing configuration variables.
Actual Behavior
The python process exits immediately with no output and a return code of 0.
Steps to Reproduce
The repro is just:
Logs & Screenshots
I've done some debugging. Invoking python directly to get the output:
Seems pretty fundamental. Tracking down the file that is being imported:
Inspecting the module files:
All files have 0 bytes. It looks like the writes were truncated during image creation.
The hash for this image is:
Additional Information
As an aside, please consider reporting unhandled Python exceptions to the docker stdout/stderr so this sort of issue is easier to diagnose.
@tjbck commented on GitHub (Apr 24, 2026):
Likely addressed in dev.