Update TEI docker images to CPU-1.6 (#1791)

Signed-off-by: Wang, Xigui <xigui.wang@intel.com>
This commit is contained in:
xiguiw
2025-04-17 15:00:06 +08:00
committed by GitHub
parent b80449b8ab
commit 4fc19c7d73
8 changed files with 12 additions and 12 deletions

View File

@@ -27,7 +27,7 @@ services:
HUGGINGFACEHUB_API_TOKEN: ${CHATQNA_HUGGINGFACEHUB_API_TOKEN}
chatqna-tei-embedding-service:
image: ghcr.io/huggingface/text-embeddings-inference:cpu-1.5
image: ghcr.io/huggingface/text-embeddings-inference:cpu-1.6
container_name: chatqna-tei-embedding-service
ports:
- "${CHATQNA_TEI_EMBEDDING_PORT}:80"
@@ -62,7 +62,7 @@ services:
restart: unless-stopped
chatqna-tei-reranking-service:
image: ghcr.io/huggingface/text-embeddings-inference:cpu-1.5
image: ghcr.io/huggingface/text-embeddings-inference:cpu-1.6
container_name: chatqna-tei-reranking-service
ports:
- "${CHATQNA_TEI_RERANKING_PORT}:80"

View File

@@ -27,7 +27,7 @@ services:
HUGGINGFACEHUB_API_TOKEN: ${CHATQNA_HUGGINGFACEHUB_API_TOKEN}
chatqna-tei-embedding-service:
image: ghcr.io/huggingface/text-embeddings-inference:cpu-1.5
image: ghcr.io/huggingface/text-embeddings-inference:cpu-1.6
container_name: chatqna-tei-embedding-service
ports:
- "${CHATQNA_TEI_EMBEDDING_PORT}:80"
@@ -62,7 +62,7 @@ services:
restart: unless-stopped
chatqna-tei-reranking-service:
image: ghcr.io/huggingface/text-embeddings-inference:cpu-1.5
image: ghcr.io/huggingface/text-embeddings-inference:cpu-1.6
container_name: chatqna-tei-reranking-service
ports:
- "${CHATQNA_TEI_RERANKING_PORT}:80"