Skip to content

Commit

Permalink
Change megaservice path in line with new file structure (#792)
Browse files Browse the repository at this point in the history
Signed-off-by: srinarayan-srikanthan <srinarayan.srikanthan@intel.com>
  • Loading branch information
srinarayan-srikanthan committed Sep 12, 2024
1 parent 62dbb6d commit 5ab27b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ChatQnA/docker_compose/intel/cpu/xeon/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 ../../..
```
Expand All @@ -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 ../../..
```
Expand Down

0 comments on commit 5ab27b6

Please sign in to comment.