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
dev
patch-1
57d1784
1 file changed (+2 additions, -1 deletions)
📝 run-compose.sh (+2 -1)
run-compose.sh
docker --gpus=all is a valid and mostly used command. regex updated to match this.
docker --gpus=all
updated regex in run-compose.sh
./run-compose --enable-gpu[count=all] now supported
./run-compose --enable-gpu[count=all]
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.
No dependencies set.
The note is not visible to the blocked user.
📋 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.