[PR #379] [MERGED] Fix - install dependencies at docker image build #399

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

📋 Pull Request Information

Original PR: https://github.com/open-webui/pipelines/pull/379
Author: @ezavesky
Created: 12/29/2024
Status: Merged
Merged: 2/14/2025
Merged by: @tjbck

Base: mainHead: fix/install-at-build


📝 Commits (2)

  • 6831103 fix(docker-build): refine start.sh for pre-install at docker build
  • a28fdd1 docs(docker-build): update the README for advanced docker build

📊 Changes

3 files changed (+92 additions, -22 deletions)

View changed files

📝 Dockerfile (+16 -0)
📝 README.md (+32 -0)
📝 start.sh (+44 -22)

📄 Description

  • refine start.sh for pre-install capability to be used in docker image build
  • update README for advanced docker build usage
  • why: this will prevent you from hitting package install repo (which may be net-blocked in corporate env) when trying to install special packages that your custom pipelines have listed

🔄 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/379 **Author:** [@ezavesky](https://github.com/ezavesky) **Created:** 12/29/2024 **Status:** ✅ Merged **Merged:** 2/14/2025 **Merged by:** [@tjbck](https://github.com/tjbck) **Base:** `main` ← **Head:** `fix/install-at-build` --- ### 📝 Commits (2) - [`6831103`](https://github.com/open-webui/pipelines/commit/6831103ac40d626a4a2a43c9acc5fc542e6dbcea) fix(docker-build): refine start.sh for pre-install at docker build - [`a28fdd1`](https://github.com/open-webui/pipelines/commit/a28fdd1ed7fa180c37f296d46dbd3777d651f303) docs(docker-build): update the README for advanced docker build ### 📊 Changes **3 files changed** (+92 additions, -22 deletions) <details> <summary>View changed files</summary> 📝 `Dockerfile` (+16 -0) 📝 `README.md` (+32 -0) 📝 `start.sh` (+44 -22) </details> ### 📄 Description - refine `start.sh` for pre-install capability to be used in docker image build - update README for advanced docker build usage - why: this will prevent you from hitting package install repo (which may be net-blocked in corporate env) when trying to install special packages that your custom pipelines have listed --- <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:24 -05:00
yindo closed this issue 2026-02-15 20:15:25 -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#399