Change megaservice path in line with new file structure (#792)

Signed-off-by: srinarayan-srikanthan <srinarayan.srikanthan@intel.com>
This commit is contained in:
sri-intel
2024-09-11 21:07:35 -04:00
committed by GitHub
parent 62dbb6daee
commit 5ab27b63ff

View File

@@ -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 ../../..
```