File tree Expand file tree Collapse file tree
comps/third_parties/bridgetower/src Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ export EMBEDDER_PORT=8080
2727cd ../../../../../../../
2828docker 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 .
2929cd 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
4141cd ../../../../../../../
4242docker 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 .
4343cd 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
You can’t perform that action at this time.
0 commit comments