From c02bb357039be17b88d9ba2f5b4e84a166910ec7 Mon Sep 17 00:00:00 2001 From: chensuyue Date: Thu, 8 Aug 2024 10:34:04 +0800 Subject: [PATCH] fix bug Signed-off-by: chensuyue --- FaqGen/tests/test_faqgen_on_xeon.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/FaqGen/tests/test_faqgen_on_xeon.sh b/FaqGen/tests/test_faqgen_on_xeon.sh index 14d0ba499..b0b694f21 100755 --- a/FaqGen/tests/test_faqgen_on_xeon.sh +++ b/FaqGen/tests/test_faqgen_on_xeon.sh @@ -9,9 +9,10 @@ LOG_PATH="$WORKPATH/tests" ip_address=$(hostname -I | awk '{print $1}') function build_docker_images() { - cd $WORKPATH/../../ + cd $WORKPATH git clone https://github.com/opea-project/GenAIComps.git + cd GenAIComps docker build --no-cache -t opea/llm-faqgen-tgi:latest --build-arg https_proxy=$https_proxy --build-arg http_proxy=$http_proxy -f comps/llms/faq-generation/tgi/Dockerfile .