Skip to content

Commit 5ab27b6

Browse files
Change megaservice path in line with new file structure (#792)
Signed-off-by: srinarayan-srikanthan <srinarayan.srikanthan@intel.com>
1 parent 62dbb6d commit 5ab27b6

File tree

1 file changed

+2
-2
lines changed
  • ChatQnA/docker_compose/intel/cpu/xeon

1 file changed

+2
-2
lines changed

ChatQnA/docker_compose/intel/cpu/xeon/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ cd ..
126126

127127
```bash
128128
git clone https://github.com/opea-project/GenAIExamples.git
129-
cd GenAIExamples/ChatQnA/docker
129+
cd GenAIExamples/ChatQnA
130130
docker build --no-cache -t opea/chatqna:latest --build-arg https_proxy=$https_proxy --build-arg http_proxy=$http_proxy -f Dockerfile .
131131
cd ../../..
132132
```
@@ -137,7 +137,7 @@ cd ..
137137

138138
```bash
139139
git clone https://github.com/opea-project/GenAIExamples.git
140-
cd GenAIExamples/ChatQnA/docker
140+
cd GenAIExamples/ChatQnA
141141
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 .
142142
cd ../../..
143143
```

0 commit comments

Comments
 (0)