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
c66e38ea
Unverified
Commit
c66e38ea
authored
Jul 10, 2025
by
QiliangCui
Committed by
GitHub
Jul 10, 2025
Browse files
[Test] Remove docker build from test. (#20542)
Signed-off-by:
Qiliang Cui
<
derrhein@gmail.com
>
parent
25159536
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
10 deletions
+0
-10
.buildkite/scripts/tpu/docker_run_bm.sh
.buildkite/scripts/tpu/docker_run_bm.sh
+0
-10
No files found.
.buildkite/scripts/tpu/docker_run_bm.sh
View file @
c66e38ea
...
...
@@ -22,16 +22,6 @@ trap remove_docker_container EXIT
# Remove the container that might not be cleaned up in the previous run.
remove_docker_container
# Build docker image.
# TODO: build the image outside the script and share the image with other
# tpu test if building time is too long.
DOCKER_BUILDKIT
=
1 docker build
\
--build-arg
max_jobs
=
16
\
--build-arg
USE_SCCACHE
=
1
\
--build-arg
GIT_REPO_CHECK
=
0
\
--tag
vllm/vllm-tpu-bm
\
--progress
plain
-f
docker/Dockerfile.tpu
.
LOG_ROOT
=
$(
mktemp
-d
)
# If mktemp fails, set -e will cause the script to exit.
echo
"Results will be stored in:
$LOG_ROOT
"
...
...
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