- Add component template files for all LLM types

- Top-level templates simplified to use just components
This commit is contained in:
Cyber MacGeddon 2024-08-14 20:53:34 +01:00
parent d3e213f194
commit 4b52ac0f62
20 changed files with 365 additions and 383 deletions

View file

@ -38,6 +38,6 @@ DCS=$(foreach template,${TEMPLATES},${template:%=docker-compose-%.yaml})
update-templates: set-version ${DCS}
docker-compose-%.yaml: templates/docker-compose-%.jsonnet templates/version.jsonnet
docker-compose-%.yaml: templates/docker-compose-%.jsonnet templates/components/version.jsonnet
jsonnet -S ${@:docker-compose-%.yaml=templates/docker-compose-%.jsonnet} > $@