Skip to content

Commit

Permalink
cmd: Use livepeer/ai-runner image ID
Browse files Browse the repository at this point in the history
  • Loading branch information
yondonfu committed Jan 24, 2024
1 parent d32b1b5 commit 563d199
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/livepeer/starter/starter.go
Expand Up @@ -62,7 +62,7 @@ var (
// The time to live for cached max float values for PM senders (else they will be cleaned up) in seconds
smTTL = 172800 // 2 days

aiWorkerContainerImageID = "runner"
aiWorkerContainerImageID = "livepeer/ai-runner:latest"
aiWorkerContainerStopTimeout = 5 * time.Second
)

Expand Down

0 comments on commit 563d199

Please sign in to comment.