containers / ai-lab-recipes

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

Split main targets into instructlab + bootc target #700

Closed javipolo closed 2 months ago

javipolo commented 2 months ago

In case we want to override INSTRUCTLAB_IMAGE, we should be able to skip the instructlab building process by just running:

make INSTRUCTLAB_IMAGE=blahblahblah nvidia-bootc
rhatdan commented 2 months ago

LGTM