From 5ab27b63fffbbb7f0276c4ec270fc024cf14513e Mon Sep 17 00:00:00 2001 From: sri-intel <108247623+srinarayan-srikanthan@users.noreply.github.com> Date: Wed, 11 Sep 2024 21:07:35 -0400 Subject: [PATCH] Change megaservice path in line with new file structure (#792) Signed-off-by: srinarayan-srikanthan --- ChatQnA/docker_compose/intel/cpu/xeon/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ChatQnA/docker_compose/intel/cpu/xeon/README.md b/ChatQnA/docker_compose/intel/cpu/xeon/README.md index 3096a5e65..897a1be7b 100644 --- a/ChatQnA/docker_compose/intel/cpu/xeon/README.md +++ b/ChatQnA/docker_compose/intel/cpu/xeon/README.md @@ -126,7 +126,7 @@ cd .. ```bash git clone https://github.com/opea-project/GenAIExamples.git - cd GenAIExamples/ChatQnA/docker + cd GenAIExamples/ChatQnA docker build --no-cache -t opea/chatqna:latest --build-arg https_proxy=$https_proxy --build-arg http_proxy=$http_proxy -f Dockerfile . cd ../../.. ``` @@ -137,7 +137,7 @@ cd .. ```bash git clone https://github.com/opea-project/GenAIExamples.git - cd GenAIExamples/ChatQnA/docker + cd GenAIExamples/ChatQnA docker build --no-cache -t opea/chatqna-without-rerank:latest --build-arg https_proxy=$https_proxy --build-arg http_proxy=$http_proxy -f Dockerfile.without_rerank . cd ../../.. ```