[PR #1799] [MERGED] fix: docker gpus option "all" support in run-compose.sh #43836

Closed
opened 2026-04-29 17:50:34 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/open-webui/open-webui/pull/1799
Author: @karaketir16
Created: 4/27/2024
Status: Merged
Merged: 4/27/2024
Merged by: @tjbck

Base: devHead: patch-1


📝 Commits (1)

  • 57d1784 fix: docker gpus option "all" support

📊 Changes

1 file changed (+2 additions, -1 deletions)

View changed files

📝 run-compose.sh (+2 -1)

📄 Description

Description

docker --gpus=all is a valid and mostly used command. regex updated to match this.


Changelog Entry

updated regex in run-compose.sh

Added

./run-compose --enable-gpu[count=all] now supported


🔄 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/1799 **Author:** [@karaketir16](https://github.com/karaketir16) **Created:** 4/27/2024 **Status:** ✅ Merged **Merged:** 4/27/2024 **Merged by:** [@tjbck](https://github.com/tjbck) **Base:** `dev` ← **Head:** `patch-1` --- ### 📝 Commits (1) - [`57d1784`](https://github.com/open-webui/open-webui/commit/57d178456a75d40476c3b46ecd9a9818a817791c) fix: docker gpus option "all" support ### 📊 Changes **1 file changed** (+2 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `run-compose.sh` (+2 -1) </details> ### 📄 Description ## Description `docker --gpus=all` is a valid and mostly used command. regex updated to match this. --- ### Changelog Entry updated regex in run-compose.sh ### Added `./run-compose --enable-gpu[count=all]` now supported --- <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-04-29 17:50:34 -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#43836