Skip to content

Commit c66e38e

Browse files
authored
[Test] Remove docker build from test. (#20542)
Signed-off-by: Qiliang Cui <derrhein@gmail.com>
1 parent 2515953 commit c66e38e

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

.buildkite/scripts/tpu/docker_run_bm.sh

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -22,16 +22,6 @@ trap remove_docker_container EXIT
2222
# Remove the container that might not be cleaned up in the previous run.
2323
remove_docker_container
2424

25-
# Build docker image.
26-
# TODO: build the image outside the script and share the image with other
27-
# tpu test if building time is too long.
28-
DOCKER_BUILDKIT=1 docker build \
29-
--build-arg max_jobs=16 \
30-
--build-arg USE_SCCACHE=1 \
31-
--build-arg GIT_REPO_CHECK=0 \
32-
--tag vllm/vllm-tpu-bm \
33-
--progress plain -f docker/Dockerfile.tpu .
34-
3525
LOG_ROOT=$(mktemp -d)
3626
# If mktemp fails, set -e will cause the script to exit.
3727
echo "Results will be stored in: $LOG_ROOT"

0 commit comments

Comments
 (0)