Update TEI docker image to 1.6 (#1650)

Signed-off-by: Wang, Xigui <xigui.wang@intel.com>
This commit is contained in:
xiguiw
2025-03-27 09:40:22 +08:00
committed by GitHub
parent 03179296b4
commit 87baeb833d
43 changed files with 60 additions and 60 deletions

View File

@@ -33,7 +33,7 @@ services:
retries: 20
start_period: 3s
tei-embedding-serving:
image: ghcr.io/huggingface/text-embeddings-inference:cpu-1.5
image: ghcr.io/huggingface/text-embeddings-inference:cpu-1.6
container_name: tei-embedding-serving
entrypoint: /bin/sh -c "apt-get update && apt-get install -y curl && text-embeddings-router --json-output --model-id ${EMBEDDING_MODEL_ID} --auto-truncate"
ports: