Skip to content

Commit

Permalink
Merge pull request #340 from rhatdan/models
Browse files Browse the repository at this point in the history
Add -bootc identifier to training images
  • Loading branch information
rhatdan authored Apr 26, 2024
2 parents a576bcf + 5b13e45 commit c3ea183
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
7 changes: 3 additions & 4 deletions training/amd/Makefile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
FROM ?= "quay.io/centos-bootc/centos-bootc:stream9"
FROM ?=

REGISTRY ?= quay.io
REGISTRY_ORG ?= ai-lab
IMAGE_NAME ?= amd
IMAGE_NAME ?= amd-bootc
IMAGE_TAG ?= latest

CONTAINER_TOOL ?= podman
Expand All @@ -13,6 +13,5 @@ image:
"${CONTAINER_TOOL}" build \
--file Containerfile \
--tag "${REGISTRY}/${REGISTRY_ORG}/${IMAGE_NAME}:${IMAGE_TAG}" \
--from "${FROM}" \
$(FROM:%=--from=%) \
${CONTAINER_TOOL_EXTRA_ARGS}

2 changes: 1 addition & 1 deletion training/nvidia/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM ?=

REGISTRY ?= quay.io
REGISTRY_ORG ?= ai-lab
IMAGE_NAME ?= nvidia
IMAGE_NAME ?= nvidia-bootc
IMAGE_TAG ?= latest
DTK_IMAGE_NAME ?= nvidia-builder
DTK_IMAGE_TAG ?= latest
Expand Down

0 comments on commit c3ea183

Please sign in to comment.