Skip to content

Commit b9bb93f

Browse files
authored
worker: Add noop image to map (#289)
1 parent 3091328 commit b9bb93f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

worker/docker.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ var livePipelineToImage = map[string]string{
5454
"streamdiffusion": "livepeer/ai-runner:live-app-streamdiffusion",
5555
"liveportrait": "livepeer/ai-runner:live-app-liveportrait",
5656
"comfyui": "livepeer/ai-runner:live-app-comfyui",
57+
"noop": "livepeer/ai-runner:live-app-noop",
5758
}
5859

5960
type DockerManager struct {

0 commit comments

Comments
 (0)