Skip to content

Commit

Permalink
use buildah chroot isolation
Browse files Browse the repository at this point in the history
  • Loading branch information
dtrifiro committed Oct 23, 2024
1 parent 44ada8c commit b676c3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .buildkite/pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ agents:
steps:
- label: "build vllm"
commands: |
buildah build \
buildah build --isolation chroot \
--build-arg max_jobs=8 \
--build-arg VLLM_CPU_DISABLE_AVX512=false \
--build-arg GIT_REPO_CHECK=1 \
Expand Down

0 comments on commit b676c3f

Please sign in to comment.