containers / ai-lab-recipes

Examples for building and running LLM services and applications locally with Podman
Apache License 2.0
111 stars 110 forks source link

tag model_servers container image on release #748

Closed axel7083 closed 3 months ago

axel7083 commented 3 months ago

In ai-lab we often uses the some the image with :latest tag for the model_servers. To improve stability and avoid possible regression we think the images should be tagged on release.

E.g. the whisper image would be available as ghcr.io/containers/whispercpp:v1.2.0 next release.

The change would be necessary in the https://github.com/containers/ai-lab-recipes/blob/main/.github/workflows/model_servers.yaml file