[DOC] Fix document issue (#1395)
Signed-off-by: Wang, Xigui <xigui.wang@intel.com>
This commit is contained in:
@@ -58,7 +58,7 @@ cd GenAIComps
|
||||
docker build -t opea/nginx:latest --build-arg https_proxy=$https_proxy --build-arg http_proxy=$http_proxy -f comps/third_parties/nginx/src/Dockerfile .
|
||||
```
|
||||
|
||||
Then run the command `docker images`, you will have the following 6 Docker Images:
|
||||
Then run the command `docker images`, you will have the following Docker Images:
|
||||
|
||||
1. `opea/dataprep-redis:latest`
|
||||
2. `opea/retriever-redis:latest`
|
||||
|
||||
@@ -41,12 +41,6 @@ cd GenAIExamples/CodeGen/ui
|
||||
docker build -t opea/codegen-ui:latest --build-arg https_proxy=$https_proxy --build-arg http_proxy=$http_proxy -f ./docker/Dockerfile .
|
||||
```
|
||||
|
||||
Then run the command `docker images`, you will have the following 3 Docker Images:
|
||||
|
||||
- `opea/llm-textgen:latest`
|
||||
- `opea/codegen:latest`
|
||||
- `opea/codegen-ui:latest`
|
||||
|
||||
### 4. Build CodeGen React UI Docker Image (Optional)
|
||||
|
||||
Build react frontend Docker image via below command:
|
||||
@@ -58,7 +52,7 @@ cd GenAIExamples/CodeGen/ui
|
||||
docker build --no-cache -t opea/codegen-react-ui:latest --build-arg https_proxy=$https_proxy --build-arg http_proxy=$http_proxy -f ./docker/Dockerfile.react .
|
||||
```
|
||||
|
||||
Then run the command `docker images`, you will have the following 3 Docker Images:
|
||||
Then run the command `docker images`, you will have the following Docker Images:
|
||||
|
||||
- `opea/llm-textgen:latest`
|
||||
- `opea/codegen:latest`
|
||||
|
||||
@@ -44,7 +44,7 @@ cd GenAIExamples/CodeGen/ui
|
||||
docker build --no-cache -t opea/codegen-react-ui:latest --build-arg https_proxy=$https_proxy --build-arg http_proxy=$http_proxy -f ./docker/Dockerfile.react .
|
||||
```
|
||||
|
||||
Then run the command `docker images`, you will have the following 3 Docker images:
|
||||
Then run the command `docker images`, you will have the following Docker images:
|
||||
|
||||
- `opea/llm-textgen:latest`
|
||||
- `opea/codegen:latest`
|
||||
|
||||
Reference in New Issue
Block a user