Update test_compose_vllm_on_xeon.sh
move the vllm-service
This commit is contained in:
@@ -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
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user