Update resources.yaml
Signed-off-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
This commit is contained in:
@@ -89,10 +89,22 @@
|
|||||||
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:
|
||||||
|
type: list
|
||||||
|
default: []
|
||||||
|
items:
|
||||||
|
- variable: scaleGPUEntry
|
||||||
|
label: GPU
|
||||||
|
schema:
|
||||||
|
additional_attrs: true
|
||||||
|
type: dict
|
||||||
|
attrs:
|
||||||
|
# Specify GPU configuration
|
||||||
|
- variable: gpu
|
||||||
|
label: Select GPU
|
||||||
schema:
|
schema:
|
||||||
type: dict
|
type: dict
|
||||||
$ref:
|
$ref:
|
||||||
|
|||||||
Reference in New Issue
Block a user