mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-12 08:54:31 -05:00
[PR #1799] [MERGED] fix: docker gpus option "all" support in run-compose.sh #43836
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
dev← Head:patch-1📝 Commits (1)
57d1784fix: 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=allis 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.