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 2515953 commit c66e38eCopy full SHA for c66e38e
.buildkite/scripts/tpu/docker_run_bm.sh
@@ -22,16 +22,6 @@ trap remove_docker_container EXIT
22
# Remove the container that might not be cleaned up in the previous run.
23
remove_docker_container
24
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
-
35
LOG_ROOT=$(mktemp -d)
36
# If mktemp fails, set -e will cause the script to exit.
37
echo "Results will be stored in: $LOG_ROOT"
0 commit comments