From 4250048b18b117fc6ec7f71f22b88a53c6e482c1 Mon Sep 17 00:00:00 2001 From: huiyan2021 Date: Wed, 5 Jun 2024 09:41:47 +0800 Subject: [PATCH] Fix path in README (#255) Signed-off-by: Huiyan2021 --- ChatQnA/docker/xeon/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ChatQnA/docker/xeon/README.md b/ChatQnA/docker/xeon/README.md index f5a74a0ba8..4b2ef82b79 100644 --- a/ChatQnA/docker/xeon/README.md +++ b/ChatQnA/docker/xeon/README.md @@ -111,7 +111,7 @@ docker build --no-cache -t opea/chatqna:latest --build-arg https_proxy=$https_pr Build frontend Docker image via below command: ```bash -cd GenAIExamples/ChatQnA/ui/ +cd GenAIExamples/ChatQnA/docker/ui docker build --no-cache -t opea/chatqna-ui:latest --build-arg https_proxy=$https_proxy --build-arg http_proxy=$http_proxy -f ./docker/Dockerfile . ``` @@ -175,7 +175,7 @@ Note: Please replace with `host_ip` with you external IP address, do not use loc > Before running the docker compose command, you need to be in the folder that has the docker compose yaml file ```bash -cd GenAIExamples/ChatQnA/docker-composer/xeon/ +cd GenAIExamples/ChatQnA/docker/xeon docker compose -f docker_compose.yaml up -d ```