diff --git a/ChatQnA/docker_compose/intel/cpu/aipc/README.md b/ChatQnA/docker_compose/intel/cpu/aipc/README.md index 860629fa46..1d808be8a1 100644 --- a/ChatQnA/docker_compose/intel/cpu/aipc/README.md +++ b/ChatQnA/docker_compose/intel/cpu/aipc/README.md @@ -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` diff --git a/CodeGen/docker_compose/intel/cpu/xeon/README.md b/CodeGen/docker_compose/intel/cpu/xeon/README.md index 8db3c15c85..01ee5d1fa4 100644 --- a/CodeGen/docker_compose/intel/cpu/xeon/README.md +++ b/CodeGen/docker_compose/intel/cpu/xeon/README.md @@ -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` diff --git a/CodeGen/docker_compose/intel/hpu/gaudi/README.md b/CodeGen/docker_compose/intel/hpu/gaudi/README.md index 0006f019e4..106f7d1ffc 100644 --- a/CodeGen/docker_compose/intel/hpu/gaudi/README.md +++ b/CodeGen/docker_compose/intel/hpu/gaudi/README.md @@ -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`