mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-07 03:18:23 -05:00
[GH-ISSUE #16997] issue: docker images #56795
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 @tobiasge on GitHub (Aug 28, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/16997
Check Existing Issues
Installation Method
Git Clone
Open WebUI Version
v0.6.26
Ollama Version (if applicable)
No response
Operating System
Linux
Browser (if applicable)
No response
Confirmation
README.md.Expected Behavior
Docker image with USE_SLIM is actually smaller
Actual Behavior
Docker image size with "USE_SLIM=true":
v0.6.26 21b2b08167db 2 minutes ago 10.6GB
compared to v0.6.25:
v0.6.25 3a2f34e59121 3 days ago 5.8GB
Steps to Reproduce
Build Docker image with the following perameters:
docker build . --build-arg USE_SLIM=true
Logs & Screenshots
v0.6.26 21b2b08167db 2 minutes ago 10.6GB
v0.6.25 3a2f34e59121 3 days ago 5.8GB
Additional Information
No response
@felixhummel commented on GitHub (Aug 28, 2025):
:D
@tjbck commented on GitHub (Aug 28, 2025):
Should be addressed with
0ebe4f8f84,be373e9fd4@a1cd commented on GitHub (Aug 28, 2025):
I am getting a different result from @felixhummel .
not sure what thats about. I am on arm architecture for refrence.
@gakugaku commented on GitHub (Aug 29, 2025):
Same result.
Digest:
sha256:06f4cae7f8873ebcee7952d9993e457c1b083c6bea67b10bc356db7ac71c28e2→ main imageDigest:
sha256:966b9e75d37685541a1a4c9ea93c64663c6eee26f47d73b20a817c90cfe9ae0a→ main-slim image@a1cd commented on GitHub (Aug 29, 2025):
Maybe the github action isn't merging the images properly and causing Amd (x86_64) architecture users to have both? Yall both seem to be using the x86 images, because the hashes are the same. I think it must have something to do with architecture.
@cableman commented on GitHub (Aug 29, 2025):
I have the same issue when doing local build. With the combination below the image is around 15 Gb, when setting slim to false results in around 8 Gb
@cableman commented on GitHub (Aug 29, 2025):
The fixes in be373e9 made the image fallback to 6 Gb for my local build
@paul-forgeguard commented on GitHub (Aug 29, 2025):
Published images are still affected:
ghcr.io/open-webui/open-webui:dev-slim: 4.3 GB
ghcr.io/open-webui/open-webui:latest-slim: 10.4 GB
These were both downloaded fresh after clearing all previous images and caches, just now.
@Maleya commented on GitHub (Sep 1, 2025):
Can confirm that
latest-slimis still showing as twice as big aslatestas of 2025-09-01@recrudesce commented on GitHub (Sep 1, 2025):
Just pulled
latestand it's 2.5gb. Pulledlatest-slimimmediately afterwards and it's 5.2gb.@ireun commented on GitHub (Sep 1, 2025):
^^
@ctwardy commented on GitHub (Sep 2, 2025):
Watching this - need smaller images to allow our scandocker to run on eks. Now failing after hours of churn, and all our models are external. (Save whisper, but we don't need that.)
@gakugaku commented on GitHub (Sep 10, 2025):
https://github.com/open-webui/open-webui/releases/tag/v0.6.27
@gakugaku commented on GitHub (Sep 12, 2025):