File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
comps/third_parties/bridgetower/src Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ export EMBEDDER_PORT=8080
27
27
cd ../../../../../../../
28
28
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 .
29
29
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
31
31
```
32
32
33
33
## 🚀2. Start MMEI on Xeon CPU
@@ -41,7 +41,7 @@ export EMBEDDER_PORT=8080
41
41
cd ../../../../../../../
42
42
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 .
43
43
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
45
45
```
46
46
47
47
## 🚀3. Access the service
You can’t perform that action at this time.
0 commit comments