Skip to content

Commit

Permalink
updated path issue
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 11, 2024
1 parent 262a6f6 commit ba5408b
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 ba5408b

Please sign in to comment.