Skip to content

Commit ade4259

Browse files
committed
revert
1 parent 5eb18f8 commit ade4259

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/orchestrator/bricksindex/bricks_index.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,9 @@ type Brick struct {
5555
Category string `yaml:"category,omitempty"`
5656
RequiresDisplay string `yaml:"requires_display,omitempty"`
5757
RequireContainer bool `yaml:"require_container"`
58+
RequireModel bool `yaml:"require_model"`
5859
Variables []BrickVariable `yaml:"variables,omitempty"`
5960
Ports []string `yaml:"ports,omitempty"`
60-
RequireModel bool `yaml:"require_model"`
6161
ModelName string `yaml:"model_name,omitempty"`
6262
MountDevicesIntoContainer bool `yaml:"mount_devices_into_container,omitempty"`
6363
RequiredDevices []string `yaml:"required_devices,omitempty"`

0 commit comments

Comments
 (0)