Skip to content

Commit

Permalink
Merge pull request #600 from containers/create-new-bootc-variant-with…
Browse files Browse the repository at this point in the history
…-models-targets

adding new top level variant bootc + models targets
  • Loading branch information
Gregory-Pereira authored Jun 21, 2024
2 parents 5ff1da8 + d55ec98 commit 452795e
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions training/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
#
Expand Down

0 comments on commit 452795e

Please sign in to comment.