Skip to content

Commit

Permalink
trainig_bootc workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
lmilbaum committed May 7, 2024
1 parent 3413282 commit 8b4c1da
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/training_bootc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ jobs:

- name: Build Image
id: build_image
run: make bootc ARCH=${{ matrix.arch }} CONTAINER_TOOL_EXTRA_ARGS=--pull=never
run: make bootc ARCH=${{ matrix.arch }}
working-directory: ${{ matrix.context }}

- name: Push image
Expand Down
3 changes: 2 additions & 1 deletion training/intel-bootc/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ default: bootc
.PHONY: bootc
bootc: growfs
${CONTAINER_TOOL} build \
--pull=never \
$(ARCH:%=--platform linux/%) \
--security-opt label=disable \
--cap-add SYS_ADMIN \
Expand All @@ -19,4 +20,4 @@ bootc: growfs
$(KERNEL_VERSION:%=--build-arg KERNEL_VERSION=%) \
--build-arg "INSTRUCTLAB_IMAGE=$(INSTRUCTLAB_IMAGE)" \
--build-arg "VLLM_IMAGE=$(VLLM_IMAGE)" \
${CONTAINER_TOOL_EXTRA_ARGS} .
.

0 comments on commit 8b4c1da

Please sign in to comment.