Skip to content

Commit c06d158

Browse files
Update cmd/cli/commands/install-runner.go
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
1 parent 908d113 commit c06d158

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/cli/commands/install-runner.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ func ensureStandaloneRunnerAvailable(ctx context.Context, printer standalone.Sta
138138
port = standalone.DefaultControllerPortCloud
139139
environment = "cloud"
140140
}
141-
if err := standalone.CreateControllerContainer(ctx, dockerClient, port, host, environment, false, gpu, "", modelStorageVolume, printer, engineKind, false); err != nil {
141+
if err := standalone.CreateControllerContainer(ctx, dockerClient, port, host, environment, false, gpu, "", modelStorageVolume, printer, engineKind, debug); err != nil {
142142
return nil, fmt.Errorf("unable to initialize standalone model runner container: %w", err)
143143
}
144144

0 commit comments

Comments
 (0)