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 53be4a8 commit ce20124Copy full SHA for ce20124
.buildkite/release-pipeline.yaml
@@ -57,8 +57,8 @@ steps:
57
agents:
58
queue: tpu_queue_postmerge
59
commands:
60
- - "rm /var/log/syslog"
61
- - "rm /var/log/kern.log"
+ - "rm -f /var/log/syslog"
+ - "rm -f /var/log/kern.log"
62
- "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 Dockerfile.tpu ."
63
- "docker push vllm/vllm-tpu:nightly"
64
- "docker push vllm/vllm-tpu:$BUILDKITE_COMMIT"
0 commit comments