Skip to content

Commit

Permalink
fix bug
Browse files Browse the repository at this point in the history
Signed-off-by: chensuyue <[email protected]>
  • Loading branch information
chensuyue committed Aug 8, 2024
1 parent 7d73c88 commit c02bb35
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion FaqGen/tests/test_faqgen_on_xeon.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 .

Expand Down

0 comments on commit c02bb35

Please sign in to comment.