Skip to content

Commit

Permalink
worker: Add noop image to map (#289)
Browse files Browse the repository at this point in the history
  • Loading branch information
victorges authored Nov 25, 2024
1 parent 3091328 commit b9bb93f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions worker/docker.go
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ var livePipelineToImage = map[string]string{
"streamdiffusion": "livepeer/ai-runner:live-app-streamdiffusion",
"liveportrait": "livepeer/ai-runner:live-app-liveportrait",
"comfyui": "livepeer/ai-runner:live-app-comfyui",
"noop": "livepeer/ai-runner:live-app-noop",
}

type DockerManager struct {
Expand Down

0 comments on commit b9bb93f

Please sign in to comment.