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 34120f5 commit 4055130Copy full SHA for 4055130
.buildkite/release-pipeline.yaml
@@ -57,6 +57,7 @@ steps:
57
agents:
58
queue: tpu_queue_postmerge
59
commands:
60
+ - "git fetch --all"
61
- "DOCKER_BUILDKIT=1 docker build --build-arg max_jobs=16 --build-arg USE_SCCACHE=1 --build-arg GIT_REPO_CHECK=1 --tag vllm/vllm-tpu:nightly --tag vllm/vllm-tpu:$BUILDKITE_COMMIT --progress plain -f docker/Dockerfile.tpu ."
62
- "docker push vllm/vllm-tpu:nightly"
63
- "docker push vllm/vllm-tpu:$BUILDKITE_COMMIT"
0 commit comments