Skip to content

Commit

Permalink
fix formating for pull/build docker images
Browse files Browse the repository at this point in the history
Signed-off-by: asin <[email protected]>
  • Loading branch information
alexsin368 committed Oct 24, 2024
1 parent a437bc9 commit ebdb2b9
Showing 1 changed file with 14 additions and 11 deletions.
25 changes: 14 additions & 11 deletions examples/ChatQnA/deploy/gaudi.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,24 +87,25 @@ ChatQnA megaservice, and UI (conversational React UI is optional). In total,
there are 8 required and an optional docker images.

### Build/Pull Microservice images
::::{tab-set}
:::{tab-item} Pull

::::::{tab-set}

:::::{tab-item} Pull
:sync: Pull

To pull pre-built docker images on Docker Hub, proceed to the next step. To customize
your application, you can choose to build individual docker images for the microservices
before proceeding.
:::
:::{tab-item} Build
If you decide to pull the docker containers and not build them locally,
you can proceed to the next step where all the necessary containers will
be pulled in from dockerhub.

:::::
:::::{tab-item} Build
:sync: Build

From within the `GenAIComps` folder, checkout the release tag.
```
cd GenAIComps
git checkout tags/v1.0
```
:::
::::

#### Build Dataprep Image

Expand All @@ -130,7 +131,7 @@ docker build --no-cache -t opea/retriever-redis:latest --build-arg https_proxy=$
docker build --no-cache -t opea/reranking-tei:latest --build-arg https_proxy=$https_proxy --build-arg http_proxy=$http_proxy -f comps/reranks/tei/Dockerfile .
```

#### Build docker
#### Build LLM Image

::::{tab-set}

Expand Down Expand Up @@ -240,7 +241,6 @@ Check if you have the below set of docker images, before moving on to the next s
* opea/chatqna-ui:latest
* opea/vllm:latest
* opea/llm-vllm:latest

:::
:::{tab-item} TGI
:sync: TGI
Expand All @@ -256,6 +256,9 @@ Check if you have the below set of docker images, before moving on to the next s
:::
::::

:::::
::::::

## Use Case Setup

As mentioned the use case will use the following combination of the GenAIComps
Expand Down

0 comments on commit ebdb2b9

Please sign in to comment.