From d55ec98168275f0192b60c791e02348deab5e065 Mon Sep 17 00:00:00 2001 From: greg pereira Date: Fri, 21 Jun 2024 06:43:19 -0700 Subject: [PATCH] adding new top level variant bootc + models targets Signed-off-by: greg pereira --- training/Makefile | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/training/Makefile b/training/Makefile index 97c2cfbe..cac13d0a 100644 --- a/training/Makefile +++ b/training/Makefile @@ -75,6 +75,18 @@ intel: bootc-models nvidia: bootc-models make -C nvidia-bootc/ driver-toolkit bootc +# +# Create bootc container images prepared with AI models pre-loaded +# + +.PHONY: amd-bootc-model nvidia-bootc-model intel-bootc-model +amd-boot-model: + make bootc-models amd +nvidia-boot-model: + make bootc-models nvidia +intel-boot-model: + make bootc-models intel + # # Make Bootc container images preinstalled with cloud-init #