Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Nov 13, 2024
1 parent 30adb97 commit 5cef79a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions DocSum/tests/test_compose_on_gaudi.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -224,7 +224,7 @@ function main() {
build_docker_images
echo ">>>> Docker images built successfully."
fi

echo "==========================================="
echo ">>>> Starting Docker services..."
start_services
Expand Down
4 changes: 2 additions & 2 deletions DocSum/tests/test_compose_on_xeon.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -228,7 +228,7 @@ function main() {
build_docker_images
echo ">>>> Docker images built successfully."
fi

echo "==========================================="
echo ">>>> Starting Docker services..."
start_services
Expand Down

0 comments on commit 5cef79a

Please sign in to comment.