Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
leszko committed Nov 13, 2024
1 parent 549db68 commit 85fa6fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runner/docker/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,5 +60,5 @@ mv ./models/*.engine ./models/tensorrt/depth-anything
4. Start Docker container
```
docker run -it --rm --name video-to-video --gpus all -p 3389:3389 -v ./models:/models livepeer/ai-runner:live-app-comfyui
docker run -it --rm --name video-to-video --gpus all -p 8000:8000 -v ./models:/models -e PIPELINE=live-video-to-video -e MODEL_ID=comfyui livepeer/ai-runner:live-app-comfyui
```

0 comments on commit 85fa6fe

Please sign in to comment.