Skip to content

Commit

Permalink
Modified test_compose_on_gaudi compose to use build.yaml file
Browse files Browse the repository at this point in the history
Signed-off-by: sgurunat <[email protected]>
  • Loading branch information
sgurunat committed Nov 14, 2024
1 parent 0bc52a5 commit d961b30
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ProductivitySuite/tests/test_compose_on_gaudi.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ function build_docker_images() {
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..."
docker compose -f build_vllm.yaml build --no-cache > ${LOG_PATH}/docker_image_build.log
docker compose -f build.yaml build --no-cache > ${LOG_PATH}/docker_image_build.log

docker pull ghcr.io/huggingface/tei-gaudi:latest
docker pull opea/vllm-hpu:latest
# docker pull ghcr.io/huggingface/tei-gaudi:latest
# docker pull opea/vllm-hpu:latest
docker images && sleep 1s
}

Expand Down

0 comments on commit d961b30

Please sign in to comment.