Update test_compose_vllm_on_xeon.sh

move the vllm-service
This commit is contained in:
Ying Hu
2025-03-04 19:11:12 +08:00
committed by GitHub
parent 3fb6cb590c
commit b10456e42a

View File

@@ -34,8 +34,8 @@ function build_docker_images() {
cd $WORKPATH/docker_image_build
git clone --single-branch --branch "${opea_branch:-"main"}" https://github.com/opea-project/GenAIComps.git
echo "Build all the images with --no-cache, check docker_image_build.log for details..."
service_list="vllm-service text2sql text2sql-react-ui"
echo "Build all the images with --no-cache, check docker_image_build.log for details... #vllm-service"
service_list="text2sql text2sql-react-ui"
docker compose -f build.yaml build ${service_list} --no-cache > ${LOG_PATH}/docker_image_build.log
}