livepeer / ai-worker

https://livepeer.ai
MIT License
17 stars 27 forks source link

Live portrait runner #199

Open JJassonn69 opened 2 weeks ago

JJassonn69 commented 2 weeks ago

This pull request includes the new method of making container for different pipelines by first building the base image and building off the the live-portrait container.

docker build -t livepeer/ai-runner:base .

docker build -f docker/Dockerfile.live-portrait -t livepeer/ai-runner:live-portrait .

While building the specific docker image for live.portrait, it will automatically pull wheel from https://github.com/JJassonn69/liveportrait and install all the necessary dependencies.