Skip to content

Commit

Permalink
Merge pull request #439 from rhatdan/instructlab
Browse files Browse the repository at this point in the history
intel training container is now pulling in vllm container
  • Loading branch information
rhatdan authored May 2, 2024
2 parents ab1b66c + 3d09899 commit c98bf50
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions training/intel-bootc/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ include ../common/Makefile.common
bootc: growfs
"${CONTAINER_TOOL}" build \
$(ARCH:%=--platform linux/%) \
--security-opt label=disable \
--cap-add SYS_ADMIN \
--file Containerfile \
--tag "${REGISTRY}/${REGISTRY_ORG}/${IMAGE_NAME}:${IMAGE_TAG}" \
-v ${OUTDIR}:/run/.input:ro \
Expand Down

0 comments on commit c98bf50

Please sign in to comment.