We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9ecbb1 commit 2fad51dCopy full SHA for 2fad51d
.buildkite/release-pipeline.yaml
@@ -55,3 +55,18 @@ steps:
55
password-env: DOCKERHUB_TOKEN
56
env:
57
DOCKER_BUILDKIT: "1"
58
+
59
+ - label: "Build and publish CPU release image"
60
+ depends_on: ~
61
+ if: build.tag != null
62
+ agents:
63
+ queue: cpu_queue_postmerge
64
+ commands:
65
+ - "DOCKER_BUILDKIT=1 docker build --build-arg max_jobs=16 --build-arg GIT_REPO_CHECK=1 --tag vllm/vllm-cpu:$BUILDKITE_TAG --progress plain -f Dockerfile.cpu ."
66
+ - "docker push vllm/vllm-cpu:$BUILDKITE_TAG"
67
+ plugins:
68
+ - docker-login#v3.0.0:
69
+ username: vllm
70
+ password-env: DOCKERHUB_TOKEN
71
+ env:
72
+ DOCKER_BUILDKIT: "1"
0 commit comments