From fb01f2bbcfab77260d7c1210beb1c612c5dcbd14 Mon Sep 17 00:00:00 2001 From: Jerod Fritz Date: Tue, 23 Dec 2025 09:58:24 -0500 Subject: [PATCH] add $GPU_CONFIG to handbrake and nextcloud --- docs/public/install-scripts/handbrake.json | 4 +--- docs/public/install-scripts/nextcloud.json | 3 ++- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/docs/public/install-scripts/handbrake.json b/docs/public/install-scripts/handbrake.json index ceb99a1c..cd162141 100644 --- a/docs/public/install-scripts/handbrake.json +++ b/docs/public/install-scripts/handbrake.json @@ -85,9 +85,7 @@ "cpus": 4, "memory": 4096 }, - "gpus": { - "use_all_gpus": true - } + "gpus": "$GPU_CONFIG()" } } } \ No newline at end of file diff --git a/docs/public/install-scripts/nextcloud.json b/docs/public/install-scripts/nextcloud.json index 96e812ce..b21ef6b3 100644 --- a/docs/public/install-scripts/nextcloud.json +++ b/docs/public/install-scripts/nextcloud.json @@ -115,7 +115,8 @@ "limits": { "cpus": 2, "memory": "$MEMORY(10%, 2048)" - } + }, + "gpus": "$GPU_CONFIG()" } } } \ No newline at end of file