[Doc] Add steps to deploy opea services using minikube (#1058)

Signed-off-by: Arthur Leung <arcyleung@gmail.com>
Co-authored-by: Arthur Leung <arcyleung@gmail.com>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
This commit is contained in:
Arthur Leung
2024-11-07 00:57:34 -05:00
committed by GitHub
parent 2de7c0ba89
commit 6263b517b9
3 changed files with 58 additions and 5 deletions

View File

@@ -48,13 +48,13 @@ docker pull opea/chatqna:latest
docker pull opea/chatqna-ui:latest
```
In following cases, you could build docker image from source by yourself.
NB: You should build docker image from source by yourself if:
- Failed to download the docker image.
- You are developing off the git main branch (as the container's ports in the repo may be different from the published docker image).
- You can't download the docker image.
- You want to use a specific version of Docker image.
- If you want to use a specific version of Docker image.
Please refer to 'Build Docker Images' in below.
Please refer to ['Build Docker Images'](#🚀-build-docker-images) in below.
## QuickStart: 3.Consume the ChatQnA Service

0
ChatQnA/docker_compose/intel/cpu/xeon/set_env.sh Normal file → Executable file
View File