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