We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5eb18f8 commit ade4259Copy full SHA for ade4259
internal/orchestrator/bricksindex/bricks_index.go
@@ -55,9 +55,9 @@ type Brick struct {
55
Category string `yaml:"category,omitempty"`
56
RequiresDisplay string `yaml:"requires_display,omitempty"`
57
RequireContainer bool `yaml:"require_container"`
58
+ RequireModel bool `yaml:"require_model"`
59
Variables []BrickVariable `yaml:"variables,omitempty"`
60
Ports []string `yaml:"ports,omitempty"`
- RequireModel bool `yaml:"require_model"`
61
ModelName string `yaml:"model_name,omitempty"`
62
MountDevicesIntoContainer bool `yaml:"mount_devices_into_container,omitempty"`
63
RequiredDevices []string `yaml:"required_devices,omitempty"`
0 commit comments