[Doc] Fix broken build instruction (#1063)

Signed-off-by: Wang, Xigui <xigui.wang@intel.com>
This commit is contained in:
xiguiw
2024-11-05 13:35:12 +08:00
committed by GitHub
parent cf86aceb18
commit a0921f127f
5 changed files with 7 additions and 7 deletions

View File

@@ -38,14 +38,14 @@ To construct the Mega Service, we utilize the [GenAIComps](https://github.com/op
```bash
git clone https://github.com/opea-project/GenAIExamples.git
cd GenAIExamples/SearchQnA/docker
cd GenAIExamples/SearchQnA
docker build --no-cache -t opea/searchqna:latest --build-arg https_proxy=$https_proxy --build-arg http_proxy=$http_proxy -f Dockerfile .
```
Then you need to build the last Docker image `opea/searchqna:latest`, which represents the Mega service through following commands:
```bash
cd GenAIExamples/SearchQnA/docker
cd GenAIExamples/SearchQnA
docker build --no-cache -t opea/searchqna:latest --build-arg https_proxy=$https_proxy --build-arg http_proxy=$http_proxy -f Dockerfile .
```