Skip to content

Commit a0921f1

Browse files
authored
[Doc] Fix broken build instruction (#1063)
Signed-off-by: Wang, Xigui <xigui.wang@intel.com>
1 parent cf86ace commit a0921f1

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

ChatQnA/docker_compose/intel/hpu/gaudi/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ docker build -t opea/guardrails-tgi:latest --build-arg https_proxy=$https_proxy
103103

104104
```bash
105105
git clone https://github.com/opea-project/GenAIExamples.git
106-
cd GenAIExamples/ChatQnA/docker
106+
cd GenAIExamples/ChatQnA
107107
docker build --no-cache -t opea/chatqna:latest --build-arg https_proxy=$https_proxy --build-arg http_proxy=$http_proxy -f Dockerfile .
108108
```
109109

@@ -123,7 +123,7 @@ docker build -t opea/guardrails-tgi:latest --build-arg https_proxy=$https_proxy
123123

124124
```bash
125125
git clone https://github.com/opea-project/GenAIExamples.git
126-
cd GenAIExamples/ChatQnA/docker
126+
cd GenAIExamples/ChatQnA
127127
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 .
128128
```
129129

ChatQnA/docker_compose/nvidia/gpu/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ To construct the Mega Service, we utilize the [GenAIComps](https://github.com/op
9595

9696
```bash
9797
git clone https://github.com/opea-project/GenAIExamples.git
98-
cd GenAIExamples/ChatQnA/docker
98+
cd GenAIExamples/ChatQnA
9999
docker build --no-cache -t opea/chatqna:latest --build-arg https_proxy=$https_proxy --build-arg http_proxy=$http_proxy -f Dockerfile .
100100
cd ../../..
101101
```

DocSum/docker_compose/intel/hpu/gaudi/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ To construct the Mega Service, we utilize the [GenAIComps](https://github.com/op
2828

2929
```bash
3030
git clone https://github.com/opea-project/GenAIExamples
31-
cd GenAIExamples/DocSum/docker
31+
cd GenAIExamples/DocSum
3232
docker build -t opea/docsum:latest --build-arg https_proxy=$https_proxy --build-arg http_proxy=$http_proxy -f Dockerfile .
3333
```
3434

SearchQnA/docker_compose/intel/hpu/gaudi/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,14 +38,14 @@ To construct the Mega Service, we utilize the [GenAIComps](https://github.com/op
3838

3939
```bash
4040
git clone https://github.com/opea-project/GenAIExamples.git
41-
cd GenAIExamples/SearchQnA/docker
41+
cd GenAIExamples/SearchQnA
4242
docker build --no-cache -t opea/searchqna:latest --build-arg https_proxy=$https_proxy --build-arg http_proxy=$http_proxy -f Dockerfile .
4343
```
4444

4545
Then you need to build the last Docker image `opea/searchqna:latest`, which represents the Mega service through following commands:
4646

4747
```bash
48-
cd GenAIExamples/SearchQnA/docker
48+
cd GenAIExamples/SearchQnA
4949
docker build --no-cache -t opea/searchqna:latest --build-arg https_proxy=$https_proxy --build-arg http_proxy=$http_proxy -f Dockerfile .
5050
```
5151

Translation/docker_compose/intel/hpu/gaudi/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ To construct the Mega Service, we utilize the [GenAIComps](https://github.com/op
3535

3636
```bash
3737
git clone https://github.com/opea-project/GenAIExamples
38-
cd GenAIExamples/Translation/docker
38+
cd GenAIExamples/Translation
3939
docker build -t opea/translation:latest --build-arg https_proxy=$https_proxy --build-arg http_proxy=$http_proxy -f Dockerfile .
4040
```
4141

0 commit comments

Comments
 (0)