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 04d9f2b commit 4c8629bCopy full SHA for 4c8629b
.buildkite/scripts/run_in_docker.sh
@@ -89,6 +89,10 @@ docker builder prune -f
89
90
echo "Cleanup complete."
91
92
+echo "Installing Python dependencies"
93
+python3 -m pip install --progress-bar off buildkite-test-collector==0.1.9
94
+echo "Python dependencies installed"
95
+
96
IMAGE_NAME="vllm-tpu"
97
docker build --no-cache -f docker/Dockerfile -t "${IMAGE_NAME}:${BUILDKITE_COMMIT}" .
98
0 commit comments