[PR #14592] [MERGED] Feat: Add a new docker tag cu126 to maintain support for NVIDIA cuda capability 7.0 and below (e.g. V100, GTX1080) #110831

Closed
opened 2026-05-18 10:30:02 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/open-webui/open-webui/pull/14592
Author: @ER-EPR
Created: 6/2/2025
Status: Merged
Merged: 6/3/2025
Merged by: @tjbck

Base: devHead: main


📝 Commits (3)

  • 53764fe Merge pull request #14486 from open-webui/dev
  • d649db4 Add cuda126 image in docker-build.yaml
  • bf3897e Merge pull request #1 from ER-EPR/ER-EPR-cuda126-1

📊 Changes

1 file changed (+157 additions, -0 deletions)

View changed files

📝 .github/workflows/docker-build.yaml (+157 -0)

📄 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:

  • Target branch: Please verify that the pull request targets the dev branch.
  • Description: Provide a concise description of the changes made in this pull request.
  • Changelog: Ensure a changelog entry following the format of Keep a Changelog is added at the bottom of the PR description.
  • Documentation: Have you updated relevant documentation Open WebUI Docs, or other documentation sources?
  • Dependencies: Are there any new dependencies? Have you updated the dependency versions in the documentation?
  • Testing: Have you written and run sufficient tests to validate the changes?
  • Code review: Have you performed a self-review of your code, addressing any coding standard issues and ensuring adherence to the project's coding standards?
  • Prefix: To clearly categorize this pull request, prefix the pull request title using one of the following:

No Documentation yet, is it required? I'm not familiar with docs, can someone else help?

Changelog Entry

Description

  • According to situation described in https://github.com/open-webui/open-webui/discussions/14591#discussion-8402585 a new docker tag cuda126 is added to Github Action to auto build image with full tags: open-webui:main-cuda126, open-webui:dev-cuda126, open-webui:latest-cuda126, open-webui:vx.x.x-cuda126, etc. to maintain support for NVIDIA cuda capability 7.0 and below (e.g. V100, GTX1080) .

Added

  • A new class of docker cuda126 tags, e.g. open-webui:main-cuda126, open-webui:dev-cuda126, open-webui:latest-cuda126, open-webui:vx.x.x-cuda126, etc are added through github Action to maintain support for CUDA capability 5.0-7.0 cards

Breaking Changes

none


Screenshots or Videos

successfully build in my forked repo.
image

image

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.

## 📋 Pull Request Information **Original PR:** https://github.com/open-webui/open-webui/pull/14592 **Author:** [@ER-EPR](https://github.com/ER-EPR) **Created:** 6/2/2025 **Status:** ✅ Merged **Merged:** 6/3/2025 **Merged by:** [@tjbck](https://github.com/tjbck) **Base:** `dev` ← **Head:** `main` --- ### 📝 Commits (3) - [`53764fe`](https://github.com/open-webui/open-webui/commit/53764fe64884da147359e54ed6d9607fe57f1600) Merge pull request #14486 from open-webui/dev - [`d649db4`](https://github.com/open-webui/open-webui/commit/d649db4ef7915c7c40b210836d2f277d224264ec) Add cuda126 image in docker-build.yaml - [`bf3897e`](https://github.com/open-webui/open-webui/commit/bf3897ec409f04074d18ad46ff1d1ae52927f17e) Merge pull request #1 from ER-EPR/ER-EPR-cuda126-1 ### 📊 Changes **1 file changed** (+157 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/docker-build.yaml` (+157 -0) </details> ### 📄 Description # Pull Request Checklist ### Note to first-time contributors: Please open a discussion post in [Discussions](https://github.com/open-webui/open-webui/discussions) and describe your changes before submitting a pull request. **Before submitting, make sure you've checked the following:** - [x] **Target branch:** Please verify that the pull request targets the `dev` branch. - [x] **Description:** Provide a concise description of the changes made in this pull request. - [x] **Changelog:** Ensure a changelog entry following the format of [Keep a Changelog](https://keepachangelog.com/) is added at the bottom of the PR description. - [ ] **Documentation:** Have you updated relevant documentation [Open WebUI Docs](https://github.com/open-webui/docs), or other documentation sources? - [x] **Dependencies:** Are there any new dependencies? Have you updated the dependency versions in the documentation? - [x] **Testing:** Have you written and run sufficient tests to validate the changes? - [x] **Code review:** Have you performed a self-review of your code, addressing any coding standard issues and ensuring adherence to the project's coding standards? - [x] **Prefix:** To clearly categorize this pull request, prefix the pull request title using one of the following: No Documentation yet, is it required? I'm not familiar with docs, can someone else help? # Changelog Entry ### Description - According to situation described in https://github.com/open-webui/open-webui/discussions/14591#discussion-8402585 a new docker tag cuda126 is added to Github Action to auto build image with full tags: open-webui:main-cuda126, open-webui:dev-cuda126, open-webui:latest-cuda126, open-webui:vx.x.x-cuda126, etc. to maintain support for NVIDIA cuda capability 7.0 and below (e.g. V100, GTX1080) . ### Added - A new class of docker cuda126 tags, e.g. open-webui:main-cuda126, open-webui:dev-cuda126, open-webui:latest-cuda126, open-webui:vx.x.x-cuda126, etc are added through github Action to maintain support for CUDA capability 5.0-7.0 cards ### Breaking Changes none --- ### Screenshots or Videos successfully build in my forked repo. ![image](https://github.com/user-attachments/assets/7296af9b-fc96-4619-9d9a-3ef4b3bec444) ![image](https://github.com/user-attachments/assets/eb013533-3a57-4ca7-8576-c930b7008d14) ### Contributor License Agreement By submitting this pull request, I confirm that I have read and fully agree to the [Contributor License Agreement (CLA)](/CONTRIBUTOR_LICENSE_AGREEMENT), and I am providing my contributions under its terms. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-05-18 10:30:02 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/open-webui#110831