Skip to content

Commit

Permalink
Fix path in README (opea-project#255)
Browse files Browse the repository at this point in the history
Signed-off-by: Huiyan2021 <[email protected]>
  • Loading branch information
huiyan2021 authored Jun 5, 2024
1 parent 422b4bc commit 4250048
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ChatQnA/docker/xeon/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 .
```

Expand Down Expand Up @@ -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
```

Expand Down

0 comments on commit 4250048

Please sign in to comment.