[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

@@ -28,7 +28,7 @@ To construct the Mega Service, we utilize the [GenAIComps](https://github.com/op
```bash
git clone https://github.com/opea-project/GenAIExamples
cd GenAIExamples/DocSum/docker
cd GenAIExamples/DocSum
docker build -t opea/docsum:latest --build-arg https_proxy=$https_proxy --build-arg http_proxy=$http_proxy -f Dockerfile .
```