Prerequisites
Feature Description
It would be nice if you could start shipping pre-built container images similar to upstream.
Motivation
I run all my models via k8s, so having a pre-built container image that is kept up-to-date with the repo would awesome. I could certainly build my own, but then I'd have to watch for new releases and update it manually, etc.
Possible Implementation
The upstream github action that does the building is .github/workflows/docker.yml.
Prerequisites
Feature Description
It would be nice if you could start shipping pre-built container images similar to upstream.
Motivation
I run all my models via k8s, so having a pre-built container image that is kept up-to-date with the repo would awesome. I could certainly build my own, but then I'd have to watch for new releases and update it manually, etc.
Possible Implementation
The upstream github action that does the building is
.github/workflows/docker.yml.