Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Signed-off-by: Artem Astafev <[email protected]>
  • Loading branch information
artem-astafev authored Dec 17, 2024
1 parent 91d67f1 commit eb0ed4c
Showing 1 changed file with 5 additions and 12 deletions.
17 changes: 5 additions & 12 deletions MultimodalQnA/docker_compose/amd/gpu/rocm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,28 +33,21 @@ Build embedding-multimodal microservice image
```bash
docker build --no-cache -t opea/embedding-multimodal:latest --build-arg https_proxy=$https_proxy --build-arg http_proxy=$http_proxy -f comps/embeddings/multimodal/multimodal_langchain/Dockerfile .
```

### 2. Build retriever-multimodal-redis Image

```bash
docker build --no-cache -t opea/retriever-multimodal-redis:latest --build-arg https_proxy=$https_proxy --build-arg http_proxy=$http_proxy -f comps/retrievers/multimodal/redis/langchain/Dockerfile .
```

### 3. Build LVM Images
### 2. Build LVM Images

Build lvm-llava image

```bash
docker build --no-cache -t opea/lvm-llava:latest --build-arg https_proxy=$https_proxy --build-arg http_proxy=$http_proxy -f comps/lvms/llava/dependency/Dockerfile .
```

### 4. Build dataprep-multimodal-redis Image
### 3. Build dataprep-multimodal-redis Image

```bash
docker build --no-cache -t opea/dataprep-multimodal-redis:latest --build-arg https_proxy=$https_proxy --build-arg http_proxy=$http_proxy -f comps/dataprep/multimodal/redis/langchain/Dockerfile .
```

### 5. Build MegaService Docker Image
### 4. Build MegaService Docker Image

To construct the Mega Service, we utilize the [GenAIComps](https://github.com/opea-project/GenAIComps.git) microservice pipeline within the [multimodalqna.py](../../../../multimodalqna.py) Python script. Build MegaService Docker image via below command:

Expand All @@ -65,7 +58,7 @@ docker build --no-cache -t opea/multimodalqna:latest --build-arg https_proxy=$ht
cd ../..
```

### 6. Build UI Docker Image
### 5. Build UI Docker Image

Build frontend Docker image via below command:

Expand All @@ -75,7 +68,7 @@ docker build --no-cache -t opea/multimodalqna-ui:latest --build-arg https_proxy=
cd ../../../
```

### 7. Pull TGI AMD ROCm Image
### 6. Pull TGI AMD ROCm Image

```bash
docker pull ghcr.io/huggingface/text-generation-inference:2.4.1-rocm
Expand Down

0 comments on commit eb0ed4c

Please sign in to comment.