Skip to content

Commit

Permalink
change Comp branch to main after validating cicd is passing
Browse files Browse the repository at this point in the history
Signed-off-by: Rita Brugarolas <[email protected]>
  • Loading branch information
rbrugaro committed Nov 14, 2024
1 parent e91c623 commit da2d6e0
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions GraphRAG/tests/test_compose_on_gaudi.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,7 @@ ip_address=$(hostname -I | awk '{print $1}')

function build_docker_images() {
cd $WORKPATH/docker_image_build
# TODO change to main OPEA branch before mergeh
#git clone https://github.com/opea-project/GenAIComps.git && cd GenAIComps && git checkout "${opea_branch:-"main"}" && cd ../
git clone https://github.com/rbrugaro/GenAIComps.git && cd GenAIComps && git checkout "GRAG_1.1" && cd ../
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="graphrag dataprep-neo4j-llamaindex retriever-neo4j-llamaindex chatqna-gaudi-ui-server chatqna-gaudi-nginx-server"
Expand Down

0 comments on commit da2d6e0

Please sign in to comment.