Update resources.yaml

Signed-off-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
This commit is contained in:
Kjeld Schouten-Lebbing
2023-03-05 11:23:15 +01:00
committed by GitHub
parent c36f3f91c9
commit 8e06598159
+17 -5
View File
@@ -89,12 +89,24 @@
schema: schema:
type: string type: string
default: "/dev/ttyACM0" default: "/dev/ttyACM0"
# Specify GPU configuration
- variable: scaleGPU - variable: scaleGPU
label: GPU Configuration label: GPU Configuration
group: Resources and Devices group: Resources and Devices
schema: schema:
type: dict type: list
$ref: default: []
- "definitions/gpuConfiguration" items:
attrs: [] - variable: scaleGPUEntry
label: GPU
schema:
additional_attrs: true
type: dict
attrs:
# Specify GPU configuration
- variable: gpu
label: Select GPU
schema:
type: dict
$ref:
- "definitions/gpuConfiguration"
attrs: []