From 5cef79a0064a106f70bfc304e52f6e8913fdc532 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Wed, 13 Nov 2024 08:51:45 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- DocSum/tests/test_compose_on_gaudi.sh | 4 ++-- DocSum/tests/test_compose_on_xeon.sh | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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