Skip to content

Commit

Permalink
Merge pull request #633 from n1hility/drop-cloud-targets
Browse files Browse the repository at this point in the history
Drop cloud targets which were unintentionally resurrected
  • Loading branch information
rhatdan authored Jun 26, 2024
2 parents 3d26430 + fef3d87 commit 321653e
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions training/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -88,23 +88,6 @@ intel-models: intel
.PHONY: bootc-models
bootc-models:
$(MAKE) FROM_BOOTC_IMAGE=$(BOOTC_CLOUD_IMAGE) TARGET_MODELS_IMAGE=$(BOOTC_CLOUD_MODELS_IMAGE) -C model bootc-models
#
# Make Bootc container images preinstalled with cloud-init
#
.PHONY:
cloud-amd: amd
$(MAKE) VENDOR=amd -C cloud

.PHONY:
cloud-intel: intel
$(MAKE) VENDOR=intel -C cloud

.PHONY:
cloud-nvidia: nvidia
$(MAKE) VENDOR=nvidia -C cloud

.PHONY:
cloud: cloud-amd cloud-intel cloud

#
# We often see users running out of space. These commands are useful for freeing wasted space.
Expand Down

0 comments on commit 321653e

Please sign in to comment.