File tree Expand file tree Collapse file tree 6 files changed +308
-218
lines changed
ChatQnA/docker_compose/intel/cpu/xeon Expand file tree Collapse file tree 6 files changed +308
-218
lines changed Original file line number Diff line number Diff line change @@ -91,6 +91,20 @@ services:
91
91
- TTS_SERVICE_PORT=${TTS_SERVICE_PORT}
92
92
ipc : host
93
93
restart : always
94
+ audioqna-xeon-ui-server :
95
+ image : ${REGISTRY:-opea}/audioqna-ui:${TAG:-latest}
96
+ container_name : audioqna-xeon-ui-server
97
+ depends_on :
98
+ - audioqna-xeon-backend-server
99
+ ports :
100
+ - " 5173:5173"
101
+ environment :
102
+ - no_proxy=${no_proxy}
103
+ - https_proxy=${https_proxy}
104
+ - http_proxy=${http_proxy}
105
+ - CHAT_URL=${BACKEND_SERVICE_ENDPOINT}
106
+ ipc : host
107
+ restart : always
94
108
95
109
networks :
96
110
default :
Original file line number Diff line number Diff line change @@ -112,6 +112,20 @@ services:
112
112
- TTS_SERVICE_PORT=${TTS_SERVICE_PORT}
113
113
ipc : host
114
114
restart : always
115
+ audioqna-gaudi-ui-server :
116
+ image : ${REGISTRY:-opea}/audioqna-ui:${TAG:-latest}
117
+ container_name : audioqna-gaudi-ui-server
118
+ depends_on :
119
+ - audioqna-gaudi-backend-server
120
+ ports :
121
+ - " 5173:5173"
122
+ environment :
123
+ - no_proxy=${no_proxy}
124
+ - https_proxy=${https_proxy}
125
+ - http_proxy=${http_proxy}
126
+ - CHAT_URL=${BACKEND_SERVICE_ENDPOINT}
127
+ ipc : host
128
+ restart : always
115
129
116
130
networks :
117
131
default :
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ function build_docker_images() {
19
19
git clone https://github.com/opea-project/GenAIComps.git && cd GenAIComps && git checkout " ${opea_branch:- " main" } " && cd ../
20
20
21
21
echo " Build all the images with --no-cache, check docker_image_build.log for details..."
22
- service_list=" audioqna whisper-gaudi asr llm-tgi speecht5-gaudi tts"
22
+ service_list=" audioqna audioqna-ui whisper-gaudi asr llm-tgi speecht5-gaudi tts"
23
23
docker compose -f build.yaml build ${service_list} --no-cache > ${LOG_PATH} /docker_image_build.log
24
24
25
25
docker pull ghcr.io/huggingface/tgi-gaudi:2.0.6
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ function build_docker_images() {
19
19
git clone https://github.com/opea-project/GenAIComps.git && cd GenAIComps && git checkout " ${opea_branch:- " main" } " && cd ../
20
20
21
21
echo " Build all the images with --no-cache, check docker_image_build.log for details..."
22
- service_list=" audioqna whisper asr llm-tgi speecht5 tts"
22
+ service_list=" audioqna audioqna-ui whisper asr llm-tgi speecht5 tts"
23
23
docker compose -f build.yaml build ${service_list} --no-cache > ${LOG_PATH} /docker_image_build.log
24
24
25
25
docker pull ghcr.io/huggingface/tgi-gaudi:2.0.6
Original file line number Diff line number Diff line change 25
25
"@typescript-eslint/eslint-plugin" : " ^5.27.0" ,
26
26
"@typescript-eslint/parser" : " ^5.27.0" ,
27
27
"autoprefixer" : " ^10.4.16" ,
28
+ "daisyui" : " ^3.5.0" ,
28
29
"debug" : " 4.3.4" ,
29
30
"neverthrow" : " 5.0.0" ,
30
31
"pocketbase" : " 0.7.0" ,
You can’t perform that action at this time.
0 commit comments