[PR #301] [CLOSED] Tweaks #367

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

📋 Pull Request Information

Original PR: https://github.com/open-webui/pipelines/pull/301
Author: @jedwards1230
Created: 10/20/2024
Status: Closed

Base: mainHead: tweaks


📝 Commits (10+)

  • d8d77be chore: update github cloning
  • 7e46d5e ci: disable cuda image for personal fork
  • 78f3a8b chore: update .gitignore and environment configuration in compose.yaml; simplify start.sh execution
  • 94b27ec chore: fix compose
  • 0c1d4ab chore: enhance pipeline download logic to conditionally reset destination directory
  • 28ee0da chore: add DEBUG_PIP option to control pip install output in start.sh
  • 238008a Merge branch 'open-webui:main' into main
  • 4c32fc0 chore: cleanup
  • 7917cd4 chore: consolidate docker actions
  • 9298e65 fix: docker registry

📊 Changes

9 files changed (+418 additions, -363 deletions)

View changed files

.github/workflows/build-docker-image.yaml (+120 -0)
📝 .github/workflows/docker-build.yaml (+39 -270)
.github/workflows/merge-docker-images.yaml (+65 -0)
📝 .gitignore (+0 -2)
📝 Dockerfile (+1 -1)
compose.yaml (+42 -0)
📝 main.py (+62 -38)
pipelines/.gitignore (+0 -0)
📝 start.sh (+89 -52)

📄 Description

meant to PR my own main branch. disregard.


🔄 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/301 **Author:** [@jedwards1230](https://github.com/jedwards1230) **Created:** 10/20/2024 **Status:** ❌ Closed **Base:** `main` ← **Head:** `tweaks` --- ### 📝 Commits (10+) - [`d8d77be`](https://github.com/open-webui/pipelines/commit/d8d77be2143c18091a4c7b4d4946bc944bc9085a) chore: update github cloning - [`7e46d5e`](https://github.com/open-webui/pipelines/commit/7e46d5ec847f2cdd31057c8ec7fc0ef1a540e4e1) ci: disable cuda image for personal fork - [`78f3a8b`](https://github.com/open-webui/pipelines/commit/78f3a8b96c83114767bca221335009d298f88704) chore: update .gitignore and environment configuration in compose.yaml; simplify start.sh execution - [`94b27ec`](https://github.com/open-webui/pipelines/commit/94b27eced6d3eed708a789c1e7804f3cae5b56b2) chore: fix compose - [`0c1d4ab`](https://github.com/open-webui/pipelines/commit/0c1d4abf14e85739593fb246d5740ee9cd3dc561) chore: enhance pipeline download logic to conditionally reset destination directory - [`28ee0da`](https://github.com/open-webui/pipelines/commit/28ee0daf5d6865e611cf02fd2198abe2e9066ff5) chore: add DEBUG_PIP option to control pip install output in start.sh - [`238008a`](https://github.com/open-webui/pipelines/commit/238008aac0378b2149135d4cba557acb9047a09e) Merge branch 'open-webui:main' into main - [`4c32fc0`](https://github.com/open-webui/pipelines/commit/4c32fc0a6704a697e89cfdf3fc9908941f8569df) chore: cleanup - [`7917cd4`](https://github.com/open-webui/pipelines/commit/7917cd486aac1511c5f2283f800642abdfa358c0) chore: consolidate docker actions - [`9298e65`](https://github.com/open-webui/pipelines/commit/9298e65d9feb1f65942d8b42ad95a3f658698ab7) fix: docker registry ### 📊 Changes **9 files changed** (+418 additions, -363 deletions) <details> <summary>View changed files</summary> ➕ `.github/workflows/build-docker-image.yaml` (+120 -0) 📝 `.github/workflows/docker-build.yaml` (+39 -270) ➕ `.github/workflows/merge-docker-images.yaml` (+65 -0) 📝 `.gitignore` (+0 -2) 📝 `Dockerfile` (+1 -1) ➕ `compose.yaml` (+42 -0) 📝 `main.py` (+62 -38) ➖ `pipelines/.gitignore` (+0 -0) 📝 `start.sh` (+89 -52) </details> ### 📄 Description meant to PR my own main branch. disregard. --- <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:17 -05:00
yindo closed this issue 2026-02-15 20:15:17 -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#367