[PR #300] [MERGED] Add minimum docker build #366

Closed
opened 2026-02-15 20:15:16 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/open-webui/pipelines/pull/300
Author: @chemwolf6922
Created: 10/18/2024
Status: Merged
Merged: 10/23/2024
Merged by: @tjbck

Base: mainHead: add-minimum-docker-build


📝 Commits (3)

  • ce236ef move picture for docs in to docs
  • 625d620 add minimum image type
  • 34a1482 Merge branch 'main' into add-minimum-docker-build

📊 Changes

6 files changed (+62 additions, -10 deletions)

View changed files

📝 .dockerignore (+10 -1)
📝 .github/workflows/docker-build.yaml (+19 -0)
📝 Dockerfile (+17 -8)
📝 README.md (+1 -1)
📝 docs/images/header.png (+0 -0)
requirements-minimum.txt (+15 -0)

📄 Description

Thanks jtha for their experiments.

Why

Changes

  • Add a minimum build type that removes all unused python packages.
  • Move document picture under docs.

Tests

  • Tested with the azure open ai pipeline.

TODO

  • Please help test other pipelines.
  • Please help review the changes to the github ci pipeline.

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/open-webui/pipelines/pull/300 **Author:** [@chemwolf6922](https://github.com/chemwolf6922) **Created:** 10/18/2024 **Status:** ✅ Merged **Merged:** 10/23/2024 **Merged by:** [@tjbck](https://github.com/tjbck) **Base:** `main` ← **Head:** `add-minimum-docker-build` --- ### 📝 Commits (3) - [`ce236ef`](https://github.com/open-webui/pipelines/commit/ce236ef074e46f34ab1ac5bc90e4fa44d06071cf) move picture for docs in to docs - [`625d620`](https://github.com/open-webui/pipelines/commit/625d6209707dd401dfb73d4bb93ae031b3ee157a) add minimum image type - [`34a1482`](https://github.com/open-webui/pipelines/commit/34a14826f687ff3149145a739bb991c41631a999) Merge branch 'main' into add-minimum-docker-build ### 📊 Changes **6 files changed** (+62 additions, -10 deletions) <details> <summary>View changed files</summary> 📝 `.dockerignore` (+10 -1) 📝 `.github/workflows/docker-build.yaml` (+19 -0) 📝 `Dockerfile` (+17 -8) 📝 `README.md` (+1 -1) 📝 `docs/images/header.png` (+0 -0) ➕ `requirements-minimum.txt` (+15 -0) </details> ### 📄 Description Thanks jtha for their experiments. ## Why * This PR means to reduce the docker image size. Please checkout discussion here https://github.com/open-webui/pipelines/discussions/282 ## Changes * Add a minimum build type that removes all unused python packages. * Move document picture under docs. ## Tests * Tested with the azure open ai pipeline. ## TODO * Please help test other pipelines. * Please help review the changes to the github ci pipeline. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-15 20:15:16 -05:00
yindo closed this issue 2026-02-15 20:15:16 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: open-webui/pipelines#366