diff --git a/DocSum/tests/test_compose_on_gaudi.sh b/DocSum/tests/test_compose_on_gaudi.sh index b16c24bc25..c2c7dea829 100644 --- a/DocSum/tests/test_compose_on_gaudi.sh +++ b/DocSum/tests/test_compose_on_gaudi.sh @@ -44,7 +44,7 @@ ROOT_FOLDER=$(dirname "$(readlink -f "$0")") function build_docker_images() { cd $WORKPATH/docker_image_build git clone https://github.com/opea-project/GenAIComps.git && cd GenAIComps && git checkout "${opea_branch:-"main"}" && cd ../ - + echo "Build all the images with --no-cache, check docker_image_build.log for details..." service_list="docsum docsum-ui whisper-service multimedia2text-service a2t v2a llm-docsum-tgi" docker compose -f build.yaml build ${service_list} --no-cache > ${LOG_PATH}/docker_image_build.log @@ -224,7 +224,7 @@ function main() { build_docker_images echo ">>>> Docker images built successfully." fi - + echo "===========================================" echo ">>>> Starting Docker services..." start_services diff --git a/DocSum/tests/test_compose_on_xeon.sh b/DocSum/tests/test_compose_on_xeon.sh index 7fee43768b..3fa711b73f 100644 --- a/DocSum/tests/test_compose_on_xeon.sh +++ b/DocSum/tests/test_compose_on_xeon.sh @@ -43,7 +43,7 @@ ROOT_FOLDER=$(dirname "$(readlink -f "$0")") function build_docker_images() { cd $WORKPATH/docker_image_build git clone https://github.com/opea-project/GenAIComps.git && cd GenAIComps && git checkout "${opea_branch:-"main"}" && cd ../ - + echo "Build all the images with --no-cache, check docker_image_build.log for details..." service_list="docsum docsum-ui whisper-service multimedia2text-service a2t v2a llm-docsum-tgi" docker compose -f build.yaml build ${service_list} --no-cache > ${LOG_PATH}/docker_image_build.log @@ -228,7 +228,7 @@ function main() { build_docker_images echo ">>>> Docker images built successfully." fi - + echo "===========================================" echo ">>>> Starting Docker services..." start_services