mirror of
https://git.datalinker.icu/vllm-project/vllm.git
synced 2026-01-29 11:47:14 +08:00
[release] Add command to clean up Docker containers/images in TPU release machine (#17606)
This commit is contained in:
parent
9b103a1d76
commit
3ec97e2cc5
@ -57,6 +57,7 @@ steps:
|
||||
agents:
|
||||
queue: tpu_queue_postmerge
|
||||
commands:
|
||||
- "yes | docker system prune -a"
|
||||
- "git fetch --all"
|
||||
- "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 ."
|
||||
- "docker push vllm/vllm-tpu:nightly"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user