mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-07 03:18:23 -05:00
[PR #16982] [MERGED] ci: slim image #39922
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?
📋 Pull Request Information
Original PR: https://github.com/open-webui/open-webui/pull/16982
Author: @a1cd
Created: 8/27/2025
Status: ✅ Merged
Merged: 8/28/2025
Merged by: @tjbck
Base:
dev← Head:main📝 Commits (8)
d2fdf69Add USE_SLIM argument to Dockerfiledb4adc0Add build-slim-image job to Docker workflowc000188Merge pull request #1 from a1cd/slimify-patch-124767bbMerge pull request #2 from a1cd/slimifyb2d1aa3Fix syntax error in conditional for Ollama installationfcc1e27Fix Dockerfile syntax for conditional installationf4dde86Fix syntax error in Dockerfile pip install commanda60b0a1Ensure data directory exists before chown📊 Changes
2 files changed (+167 additions, -2 deletions)
View changed files
📝
.github/workflows/docker-build.yaml(+158 -0)📝
Dockerfile(+9 -2)📄 Description
Pull Request Checklist
Note to first-time contributors: Please open a discussion post in Discussions and describe your changes before submitting a pull request.
Before submitting, make sure you've checked the following:
devbranch.Changelog Entry
Description
Added
USE_SLIMargument in the dockerfile that removes all AI models from being downloaded in the image.Breaking Changes
Ideally none, I believe all current users should not be affected.
Users that switch to the slim image from the normal image may face breaking bugs. I am unaware of the full effects of my change.
Additional Information
Contributor License Agreement
By submitting this pull request, I confirm that I have read and fully agree to the Contributor License Agreement (CLA), and I am providing my contributions under its terms.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.