Skip to content

Commit fd47b1d

Browse files
committed
fix bugs
Signed-off-by: zhihang <zhihangdeng@link.cuhk.edu.cn>
1 parent 6e99adf commit fd47b1d

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

ChatQnA/docker_compose/intel/cpu/xeon/compose_openeuler.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ services:
1414
timeout: 3s
1515
retries: 10
1616
dataprep-redis-service:
17-
image: ${REGISTRY:-opea}/dataprep:${TAG:-latest}
17+
image: ${REGISTRY:-opea}/dataprep:${TAG:-latest}-openeuler
1818
container_name: dataprep-redis-server
1919
depends_on:
2020
redis-vector-db:
@@ -52,7 +52,7 @@ services:
5252
https_proxy: ${https_proxy}
5353
command: --model-id ${EMBEDDING_MODEL_ID} --auto-truncate
5454
retriever:
55-
image: ${REGISTRY:-opea}/retriever:${TAG:-latest}
55+
image: ${REGISTRY:-opea}/retriever:${TAG:-latest}-openeuler
5656
container_name: retriever-redis-server
5757
depends_on:
5858
- redis-vector-db
@@ -111,7 +111,7 @@ services:
111111
retries: 100
112112
command: --model $LLM_MODEL_ID --host 0.0.0.0 --port 80
113113
chatqna-xeon-backend-server:
114-
image: ${REGISTRY:-opea}/chatqna:${TAG:-latest}
114+
image: ${REGISTRY:-opea}/chatqna:${TAG:-latest}-openeuler
115115
container_name: chatqna-xeon-backend-server
116116
depends_on:
117117
redis-vector-db:
@@ -145,7 +145,7 @@ services:
145145
ipc: host
146146
restart: always
147147
chatqna-xeon-ui-server:
148-
image: ${REGISTRY:-opea}/chatqna-ui:${TAG:-latest}
148+
image: ${REGISTRY:-opea}/chatqna-ui:${TAG:-latest}-openeuler
149149
container_name: chatqna-xeon-ui-server
150150
depends_on:
151151
- chatqna-xeon-backend-server
@@ -158,7 +158,7 @@ services:
158158
ipc: host
159159
restart: always
160160
chatqna-xeon-nginx-server:
161-
image: ${REGISTRY:-opea}/nginx:${TAG:-latest}
161+
image: ${REGISTRY:-opea}/nginx:${TAG:-latest}-openeuler
162162
container_name: chatqna-xeon-nginx-server
163163
depends_on:
164164
- chatqna-xeon-backend-server

ChatQnA/tests/test_compose_openeuler_on_xeon.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/bash
2-
# Copyright (C) 2024 Intel Corporation
2+
# Copyright (C) 2025 Huawei Technologies Co., Ltd.
33
# SPDX-License-Identifier: Apache-2.0
44

55
set -xe

0 commit comments

Comments
 (0)