Skip to content

Commit 2f85367

Browse files
committed
remove vllm repository after building image
Signed-off-by: zhihang <[email protected]>
1 parent be62d8d commit 2f85367

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/llms/test_llms_doc-summarization_vllm.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ function build_docker_images() {
2424
source $(git rev-parse --show-toplevel)/.github/env/_vllm_versions.sh
2525
git clone --depth 1 -b ${VLLM_VER} --single-branch https://github.com/vllm-project/vllm.git && cd vllm
2626
docker build --no-cache -f docker/Dockerfile.cpu -t ${REGISTRY:-opea}/vllm:${TAG:-latest} --shm-size=128g .
27+
cd .. && rm -rf vllm
2728
if [ $? -ne 0 ]; then
2829
echo "opea/vllm built fail"
2930
exit 1

0 commit comments

Comments
 (0)