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 be62d8d commit 2f85367Copy full SHA for 2f85367
tests/llms/test_llms_doc-summarization_vllm.sh
@@ -24,6 +24,7 @@ function build_docker_images() {
24
source $(git rev-parse --show-toplevel)/.github/env/_vllm_versions.sh
25
git clone --depth 1 -b ${VLLM_VER} --single-branch https://github.com/vllm-project/vllm.git && cd vllm
26
docker build --no-cache -f docker/Dockerfile.cpu -t ${REGISTRY:-opea}/vllm:${TAG:-latest} --shm-size=128g .
27
+ cd .. && rm -rf vllm
28
if [ $? -ne 0 ]; then
29
echo "opea/vllm built fail"
30
exit 1
0 commit comments