Skip to content

Commit 60c20b5

Browse files
authored
Fix docker compose command in embedding BridgeTower readme (opea-project#1374)
Signed-off-by: Dina Suehiro Jones <[email protected]>
1 parent 24f5021 commit 60c20b5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

comps/third_parties/bridgetower/src/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ export EMBEDDER_PORT=8080
2727
cd ../../../../../../../
2828
docker build -t opea/embedding-multimodal-bridgetower-gaudi:latest --build-arg EMBEDDER_PORT=$EMBEDDER_PORT --build-arg https_proxy=$https_proxy --build-arg http_proxy=$http_proxy -f comps/third_parties/bridgetower/src/Dockerfile.intel_hpu .
2929
cd comps/third_parties/bridgetower/deployment/docker_compose/
30-
docker compose -f compose_intel_hpu.yaml up -d
30+
docker compose -f compose.yaml up -d multimodal-bridgetower-embedding-gaudi-serving
3131
```
3232

3333
## 🚀2. Start MMEI on Xeon CPU
@@ -41,7 +41,7 @@ export EMBEDDER_PORT=8080
4141
cd ../../../../../../../
4242
docker build -t opea/embedding-multimodal-bridgetower:latest --build-arg EMBEDDER_PORT=$EMBEDDER_PORT --build-arg https_proxy=$https_proxy --build-arg http_proxy=$http_proxy -f comps/third_parties/bridgetower/src/Dockerfile .
4343
cd comps/third_parties/bridgetower/deployment/docker_compose/
44-
docker compose -f compose_intel_cpu.yaml up -d
44+
docker compose -f compose.yaml up -d multimodal-bridgetower-embedding-serving
4545
```
4646

4747
## 🚀3. Access the service

0 commit comments

Comments
 (0)