Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
vllm_cscc
Commits
3ec97e2c
Unverified
Commit
3ec97e2c
authored
May 02, 2025
by
Kevin H. Luu
Committed by
GitHub
May 02, 2025
Browse files
[release] Add command to clean up Docker containers/images in TPU release machine (#17606)
parent
9b103a1d
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
.buildkite/release-pipeline.yaml
.buildkite/release-pipeline.yaml
+1
-0
No files found.
.buildkite/release-pipeline.yaml
View file @
3ec97e2c
...
@@ -57,6 +57,7 @@ steps:
...
@@ -57,6 +57,7 @@ steps:
agents
:
agents
:
queue
:
tpu_queue_postmerge
queue
:
tpu_queue_postmerge
commands
:
commands
:
-
"
yes
|
docker
system
prune
-a"
-
"
git
fetch
--all"
-
"
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_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"
-
"
docker
push
vllm/vllm-tpu:nightly"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment