Add missing nginx microservice and fix frontend test (#951)
Signed-off-by: lvliang-intel <liang1.lv@intel.com>
This commit is contained in:
@@ -128,6 +128,25 @@ services:
|
|||||||
- DELETE_FILE=${DATAPREP_DELETE_FILE_ENDPOINT}
|
- DELETE_FILE=${DATAPREP_DELETE_FILE_ENDPOINT}
|
||||||
ipc: host
|
ipc: host
|
||||||
restart: always
|
restart: always
|
||||||
|
chaqna-aipc-nginx-server:
|
||||||
|
image: ${REGISTRY:-opea}/nginx:${TAG:-latest}
|
||||||
|
container_name: chaqna-aipc-nginx-server
|
||||||
|
depends_on:
|
||||||
|
- chaqna-aipc-backend-server
|
||||||
|
- chaqna-aipc-ui-server
|
||||||
|
ports:
|
||||||
|
- "${NGINX_PORT:-80}:80"
|
||||||
|
environment:
|
||||||
|
- no_proxy=${no_proxy}
|
||||||
|
- https_proxy=${https_proxy}
|
||||||
|
- http_proxy=${http_proxy}
|
||||||
|
- FRONTEND_SERVICE_IP=${FRONTEND_SERVICE_IP}
|
||||||
|
- FRONTEND_SERVICE_PORT=${FRONTEND_SERVICE_PORT}
|
||||||
|
- BACKEND_SERVICE_NAME=${BACKEND_SERVICE_NAME}
|
||||||
|
- BACKEND_SERVICE_IP=${BACKEND_SERVICE_IP}
|
||||||
|
- BACKEND_SERVICE_PORT=${BACKEND_SERVICE_PORT}
|
||||||
|
ipc: host
|
||||||
|
restart: always
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
default:
|
default:
|
||||||
|
|||||||
@@ -131,6 +131,25 @@ services:
|
|||||||
- DELETE_FILE=${DATAPREP_DELETE_FILE_ENDPOINT}
|
- DELETE_FILE=${DATAPREP_DELETE_FILE_ENDPOINT}
|
||||||
ipc: host
|
ipc: host
|
||||||
restart: always
|
restart: always
|
||||||
|
chaqna-xeon-nginx-server:
|
||||||
|
image: ${REGISTRY:-opea}/nginx:${TAG:-latest}
|
||||||
|
container_name: chaqna-xeon-nginx-server
|
||||||
|
depends_on:
|
||||||
|
- chaqna-xeon-backend-server
|
||||||
|
- chaqna-xeon-ui-server
|
||||||
|
ports:
|
||||||
|
- "${NGINX_PORT:-80}:80"
|
||||||
|
environment:
|
||||||
|
- no_proxy=${no_proxy}
|
||||||
|
- https_proxy=${https_proxy}
|
||||||
|
- http_proxy=${http_proxy}
|
||||||
|
- FRONTEND_SERVICE_IP=${FRONTEND_SERVICE_IP}
|
||||||
|
- FRONTEND_SERVICE_PORT=${FRONTEND_SERVICE_PORT}
|
||||||
|
- BACKEND_SERVICE_NAME=${BACKEND_SERVICE_NAME}
|
||||||
|
- BACKEND_SERVICE_IP=${BACKEND_SERVICE_IP}
|
||||||
|
- BACKEND_SERVICE_PORT=${BACKEND_SERVICE_PORT}
|
||||||
|
ipc: host
|
||||||
|
restart: always
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
default:
|
default:
|
||||||
|
|||||||
@@ -130,6 +130,25 @@ services:
|
|||||||
- DELETE_FILE=${DATAPREP_DELETE_FILE_ENDPOINT}
|
- DELETE_FILE=${DATAPREP_DELETE_FILE_ENDPOINT}
|
||||||
ipc: host
|
ipc: host
|
||||||
restart: always
|
restart: always
|
||||||
|
chaqna-xeon-nginx-server:
|
||||||
|
image: ${REGISTRY:-opea}/nginx:${TAG:-latest}
|
||||||
|
container_name: chaqna-xeon-nginx-server
|
||||||
|
depends_on:
|
||||||
|
- chaqna-xeon-backend-server
|
||||||
|
- chaqna-xeon-ui-server
|
||||||
|
ports:
|
||||||
|
- "${NGINX_PORT:-80}:80"
|
||||||
|
environment:
|
||||||
|
- no_proxy=${no_proxy}
|
||||||
|
- https_proxy=${https_proxy}
|
||||||
|
- http_proxy=${http_proxy}
|
||||||
|
- FRONTEND_SERVICE_IP=${FRONTEND_SERVICE_IP}
|
||||||
|
- FRONTEND_SERVICE_PORT=${FRONTEND_SERVICE_PORT}
|
||||||
|
- BACKEND_SERVICE_NAME=${BACKEND_SERVICE_NAME}
|
||||||
|
- BACKEND_SERVICE_IP=${BACKEND_SERVICE_IP}
|
||||||
|
- BACKEND_SERVICE_PORT=${BACKEND_SERVICE_PORT}
|
||||||
|
ipc: host
|
||||||
|
restart: always
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
default:
|
default:
|
||||||
|
|||||||
@@ -131,6 +131,25 @@ services:
|
|||||||
- DELETE_FILE=${DATAPREP_DELETE_FILE_ENDPOINT}
|
- DELETE_FILE=${DATAPREP_DELETE_FILE_ENDPOINT}
|
||||||
ipc: host
|
ipc: host
|
||||||
restart: always
|
restart: always
|
||||||
|
chaqna-xeon-nginx-server:
|
||||||
|
image: ${REGISTRY:-opea}/nginx:${TAG:-latest}
|
||||||
|
container_name: chaqna-xeon-nginx-server
|
||||||
|
depends_on:
|
||||||
|
- chaqna-xeon-backend-server
|
||||||
|
- chaqna-xeon-ui-server
|
||||||
|
ports:
|
||||||
|
- "${NGINX_PORT:-80}:80"
|
||||||
|
environment:
|
||||||
|
- no_proxy=${no_proxy}
|
||||||
|
- https_proxy=${https_proxy}
|
||||||
|
- http_proxy=${http_proxy}
|
||||||
|
- FRONTEND_SERVICE_IP=${FRONTEND_SERVICE_IP}
|
||||||
|
- FRONTEND_SERVICE_PORT=${FRONTEND_SERVICE_PORT}
|
||||||
|
- BACKEND_SERVICE_NAME=${BACKEND_SERVICE_NAME}
|
||||||
|
- BACKEND_SERVICE_IP=${BACKEND_SERVICE_IP}
|
||||||
|
- BACKEND_SERVICE_PORT=${BACKEND_SERVICE_PORT}
|
||||||
|
ipc: host
|
||||||
|
restart: always
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
default:
|
default:
|
||||||
|
|||||||
@@ -112,6 +112,25 @@ services:
|
|||||||
- DELETE_FILE=${DATAPREP_DELETE_FILE_ENDPOINT}
|
- DELETE_FILE=${DATAPREP_DELETE_FILE_ENDPOINT}
|
||||||
ipc: host
|
ipc: host
|
||||||
restart: always
|
restart: always
|
||||||
|
chaqna-xeon-nginx-server:
|
||||||
|
image: ${REGISTRY:-opea}/nginx:${TAG:-latest}
|
||||||
|
container_name: chaqna-xeon-nginx-server
|
||||||
|
depends_on:
|
||||||
|
- chaqna-xeon-backend-server
|
||||||
|
- chaqna-xeon-ui-server
|
||||||
|
ports:
|
||||||
|
- "${NGINX_PORT:-80}:80"
|
||||||
|
environment:
|
||||||
|
- no_proxy=${no_proxy}
|
||||||
|
- https_proxy=${https_proxy}
|
||||||
|
- http_proxy=${http_proxy}
|
||||||
|
- FRONTEND_SERVICE_IP=${FRONTEND_SERVICE_IP}
|
||||||
|
- FRONTEND_SERVICE_PORT=${FRONTEND_SERVICE_PORT}
|
||||||
|
- BACKEND_SERVICE_NAME=${BACKEND_SERVICE_NAME}
|
||||||
|
- BACKEND_SERVICE_IP=${BACKEND_SERVICE_IP}
|
||||||
|
- BACKEND_SERVICE_PORT=${BACKEND_SERVICE_PORT}
|
||||||
|
ipc: host
|
||||||
|
restart: always
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
default:
|
default:
|
||||||
|
|||||||
@@ -144,6 +144,25 @@ services:
|
|||||||
- DELETE_FILE=${DATAPREP_DELETE_FILE_ENDPOINT}
|
- DELETE_FILE=${DATAPREP_DELETE_FILE_ENDPOINT}
|
||||||
ipc: host
|
ipc: host
|
||||||
restart: always
|
restart: always
|
||||||
|
chaqna-gaudi-nginx-server:
|
||||||
|
image: ${REGISTRY:-opea}/nginx:${TAG:-latest}
|
||||||
|
container_name: chaqna-gaudi-nginx-server
|
||||||
|
depends_on:
|
||||||
|
- chaqna-gaudi-backend-server
|
||||||
|
- chaqna-gaudi-ui-server
|
||||||
|
ports:
|
||||||
|
- "${NGINX_PORT:-80}:80"
|
||||||
|
environment:
|
||||||
|
- no_proxy=${no_proxy}
|
||||||
|
- https_proxy=${https_proxy}
|
||||||
|
- http_proxy=${http_proxy}
|
||||||
|
- FRONTEND_SERVICE_IP=${FRONTEND_SERVICE_IP}
|
||||||
|
- FRONTEND_SERVICE_PORT=${FRONTEND_SERVICE_PORT}
|
||||||
|
- BACKEND_SERVICE_NAME=${BACKEND_SERVICE_NAME}
|
||||||
|
- BACKEND_SERVICE_IP=${BACKEND_SERVICE_IP}
|
||||||
|
- BACKEND_SERVICE_PORT=${BACKEND_SERVICE_PORT}
|
||||||
|
ipc: host
|
||||||
|
restart: always
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
default:
|
default:
|
||||||
|
|||||||
@@ -185,6 +185,25 @@ services:
|
|||||||
- DELETE_FILE=${DATAPREP_DELETE_FILE_ENDPOINT}
|
- DELETE_FILE=${DATAPREP_DELETE_FILE_ENDPOINT}
|
||||||
ipc: host
|
ipc: host
|
||||||
restart: always
|
restart: always
|
||||||
|
chaqna-gaudi-nginx-server:
|
||||||
|
image: ${REGISTRY:-opea}/nginx:${TAG:-latest}
|
||||||
|
container_name: chaqna-gaudi-nginx-server
|
||||||
|
depends_on:
|
||||||
|
- chaqna-gaudi-backend-server
|
||||||
|
- chaqna-gaudi-ui-server
|
||||||
|
ports:
|
||||||
|
- "${NGINX_PORT:-80}:80"
|
||||||
|
environment:
|
||||||
|
- no_proxy=${no_proxy}
|
||||||
|
- https_proxy=${https_proxy}
|
||||||
|
- http_proxy=${http_proxy}
|
||||||
|
- FRONTEND_SERVICE_IP=${FRONTEND_SERVICE_IP}
|
||||||
|
- FRONTEND_SERVICE_PORT=${FRONTEND_SERVICE_PORT}
|
||||||
|
- BACKEND_SERVICE_NAME=${BACKEND_SERVICE_NAME}
|
||||||
|
- BACKEND_SERVICE_IP=${BACKEND_SERVICE_IP}
|
||||||
|
- BACKEND_SERVICE_PORT=${BACKEND_SERVICE_PORT}
|
||||||
|
ipc: host
|
||||||
|
restart: always
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
default:
|
default:
|
||||||
|
|||||||
@@ -137,6 +137,25 @@ services:
|
|||||||
- DELETE_FILE=${DATAPREP_DELETE_FILE_ENDPOINT}
|
- DELETE_FILE=${DATAPREP_DELETE_FILE_ENDPOINT}
|
||||||
ipc: host
|
ipc: host
|
||||||
restart: always
|
restart: always
|
||||||
|
chaqna-gaudi-nginx-server:
|
||||||
|
image: ${REGISTRY:-opea}/nginx:${TAG:-latest}
|
||||||
|
container_name: chaqna-gaudi-nginx-server
|
||||||
|
depends_on:
|
||||||
|
- chaqna-gaudi-backend-server
|
||||||
|
- chaqna-gaudi-ui-server
|
||||||
|
ports:
|
||||||
|
- "${NGINX_PORT:-80}:80"
|
||||||
|
environment:
|
||||||
|
- no_proxy=${no_proxy}
|
||||||
|
- https_proxy=${https_proxy}
|
||||||
|
- http_proxy=${http_proxy}
|
||||||
|
- FRONTEND_SERVICE_IP=${FRONTEND_SERVICE_IP}
|
||||||
|
- FRONTEND_SERVICE_PORT=${FRONTEND_SERVICE_PORT}
|
||||||
|
- BACKEND_SERVICE_NAME=${BACKEND_SERVICE_NAME}
|
||||||
|
- BACKEND_SERVICE_IP=${BACKEND_SERVICE_IP}
|
||||||
|
- BACKEND_SERVICE_PORT=${BACKEND_SERVICE_PORT}
|
||||||
|
ipc: host
|
||||||
|
restart: always
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
default:
|
default:
|
||||||
|
|||||||
@@ -137,6 +137,25 @@ services:
|
|||||||
- DELETE_FILE=${DATAPREP_DELETE_FILE_ENDPOINT}
|
- DELETE_FILE=${DATAPREP_DELETE_FILE_ENDPOINT}
|
||||||
ipc: host
|
ipc: host
|
||||||
restart: always
|
restart: always
|
||||||
|
chaqna-gaudi-nginx-server:
|
||||||
|
image: ${REGISTRY:-opea}/nginx:${TAG:-latest}
|
||||||
|
container_name: chaqna-gaudi-nginx-server
|
||||||
|
depends_on:
|
||||||
|
- chaqna-gaudi-backend-server
|
||||||
|
- chaqna-gaudi-ui-server
|
||||||
|
ports:
|
||||||
|
- "${NGINX_PORT:-80}:80"
|
||||||
|
environment:
|
||||||
|
- no_proxy=${no_proxy}
|
||||||
|
- https_proxy=${https_proxy}
|
||||||
|
- http_proxy=${http_proxy}
|
||||||
|
- FRONTEND_SERVICE_IP=${FRONTEND_SERVICE_IP}
|
||||||
|
- FRONTEND_SERVICE_PORT=${FRONTEND_SERVICE_PORT}
|
||||||
|
- BACKEND_SERVICE_NAME=${BACKEND_SERVICE_NAME}
|
||||||
|
- BACKEND_SERVICE_IP=${BACKEND_SERVICE_IP}
|
||||||
|
- BACKEND_SERVICE_PORT=${BACKEND_SERVICE_PORT}
|
||||||
|
ipc: host
|
||||||
|
restart: always
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
default:
|
default:
|
||||||
|
|||||||
@@ -125,6 +125,25 @@ services:
|
|||||||
- DELETE_FILE=${DATAPREP_DELETE_FILE_ENDPOINT}
|
- DELETE_FILE=${DATAPREP_DELETE_FILE_ENDPOINT}
|
||||||
ipc: host
|
ipc: host
|
||||||
restart: always
|
restart: always
|
||||||
|
chaqna-gaudi-nginx-server:
|
||||||
|
image: ${REGISTRY:-opea}/nginx:${TAG:-latest}
|
||||||
|
container_name: chaqna-gaudi-nginx-server
|
||||||
|
depends_on:
|
||||||
|
- chaqna-gaudi-backend-server
|
||||||
|
- chaqna-gaudi-ui-server
|
||||||
|
ports:
|
||||||
|
- "${NGINX_PORT:-80}:80"
|
||||||
|
environment:
|
||||||
|
- no_proxy=${no_proxy}
|
||||||
|
- https_proxy=${https_proxy}
|
||||||
|
- http_proxy=${http_proxy}
|
||||||
|
- FRONTEND_SERVICE_IP=${FRONTEND_SERVICE_IP}
|
||||||
|
- FRONTEND_SERVICE_PORT=${FRONTEND_SERVICE_PORT}
|
||||||
|
- BACKEND_SERVICE_NAME=${BACKEND_SERVICE_NAME}
|
||||||
|
- BACKEND_SERVICE_IP=${BACKEND_SERVICE_IP}
|
||||||
|
- BACKEND_SERVICE_PORT=${BACKEND_SERVICE_PORT}
|
||||||
|
ipc: host
|
||||||
|
restart: always
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
default:
|
default:
|
||||||
|
|||||||
@@ -19,7 +19,7 @@ function build_docker_images() {
|
|||||||
git clone https://github.com/opea-project/GenAIComps.git && cd GenAIComps && git checkout "${opea_branch:-"main"}" && cd ../
|
git clone https://github.com/opea-project/GenAIComps.git && cd GenAIComps && git checkout "${opea_branch:-"main"}" && cd ../
|
||||||
|
|
||||||
echo "Build all the images with --no-cache, check docker_image_build.log for details..."
|
echo "Build all the images with --no-cache, check docker_image_build.log for details..."
|
||||||
service_list="chatqna-guardrails chatqna-ui dataprep-redis retriever-redis guardrails-tgi"
|
service_list="chatqna-guardrails chatqna-ui dataprep-redis retriever-redis guardrails-tgi nginx"
|
||||||
docker compose -f build.yaml build ${service_list} --no-cache > ${LOG_PATH}/docker_image_build.log
|
docker compose -f build.yaml build ${service_list} --no-cache > ${LOG_PATH}/docker_image_build.log
|
||||||
|
|
||||||
docker pull ghcr.io/huggingface/tgi-gaudi:2.0.5
|
docker pull ghcr.io/huggingface/tgi-gaudi:2.0.5
|
||||||
@@ -214,7 +214,7 @@ function main() {
|
|||||||
|
|
||||||
validate_microservices
|
validate_microservices
|
||||||
validate_megaservice
|
validate_megaservice
|
||||||
# validate_frontend
|
validate_frontend
|
||||||
|
|
||||||
stop_docker
|
stop_docker
|
||||||
echo y | docker system prune
|
echo y | docker system prune
|
||||||
|
|||||||
@@ -19,7 +19,7 @@ function build_docker_images() {
|
|||||||
git clone https://github.com/opea-project/GenAIComps.git && cd GenAIComps && git checkout "${opea_branch:-"main"}" && cd ../
|
git clone https://github.com/opea-project/GenAIComps.git && cd GenAIComps && git checkout "${opea_branch:-"main"}" && cd ../
|
||||||
|
|
||||||
echo "Build all the images with --no-cache, check docker_image_build.log for details..."
|
echo "Build all the images with --no-cache, check docker_image_build.log for details..."
|
||||||
service_list="chatqna chatqna-ui dataprep-redis retriever-redis"
|
service_list="chatqna chatqna-ui dataprep-redis retriever-redis nginx"
|
||||||
docker compose -f build.yaml build ${service_list} --no-cache > ${LOG_PATH}/docker_image_build.log
|
docker compose -f build.yaml build ${service_list} --no-cache > ${LOG_PATH}/docker_image_build.log
|
||||||
|
|
||||||
docker pull ghcr.io/huggingface/tgi-gaudi:2.0.5
|
docker pull ghcr.io/huggingface/tgi-gaudi:2.0.5
|
||||||
@@ -240,7 +240,7 @@ function main() {
|
|||||||
elif [ "${mode}" == "" ]; then
|
elif [ "${mode}" == "" ]; then
|
||||||
validate_microservices
|
validate_microservices
|
||||||
validate_megaservice
|
validate_megaservice
|
||||||
# validate_frontend
|
validate_frontend
|
||||||
fi
|
fi
|
||||||
|
|
||||||
stop_docker
|
stop_docker
|
||||||
|
|||||||
@@ -19,7 +19,7 @@ function build_docker_images() {
|
|||||||
git clone https://github.com/opea-project/GenAIComps.git && cd GenAIComps && git checkout "${opea_branch:-"main"}" && cd ../
|
git clone https://github.com/opea-project/GenAIComps.git && cd GenAIComps && git checkout "${opea_branch:-"main"}" && cd ../
|
||||||
|
|
||||||
echo "Build all the images with --no-cache, check docker_image_build.log for details..."
|
echo "Build all the images with --no-cache, check docker_image_build.log for details..."
|
||||||
service_list="chatqna chatqna-ui chatqna-conversation-ui dataprep-redis retriever-redis"
|
service_list="chatqna chatqna-ui chatqna-conversation-ui dataprep-redis retriever-redis nginx"
|
||||||
docker compose -f build.yaml build ${service_list} --no-cache > ${LOG_PATH}/docker_image_build.log
|
docker compose -f build.yaml build ${service_list} --no-cache > ${LOG_PATH}/docker_image_build.log
|
||||||
|
|
||||||
docker pull ghcr.io/huggingface/tgi-gaudi:2.0.5
|
docker pull ghcr.io/huggingface/tgi-gaudi:2.0.5
|
||||||
@@ -242,8 +242,8 @@ function main() {
|
|||||||
echo "==== microservices validated ===="
|
echo "==== microservices validated ===="
|
||||||
validate_megaservice
|
validate_megaservice
|
||||||
echo "==== megaservice validated ===="
|
echo "==== megaservice validated ===="
|
||||||
# validate_frontend
|
validate_frontend
|
||||||
# echo "==== frontend validated ===="
|
echo "==== frontend validated ===="
|
||||||
fi
|
fi
|
||||||
|
|
||||||
stop_docker
|
stop_docker
|
||||||
|
|||||||
@@ -19,7 +19,7 @@ function build_docker_images() {
|
|||||||
git clone https://github.com/opea-project/GenAIComps.git && cd GenAIComps && git checkout "${opea_branch:-"main"}" && cd ../
|
git clone https://github.com/opea-project/GenAIComps.git && cd GenAIComps && git checkout "${opea_branch:-"main"}" && cd ../
|
||||||
|
|
||||||
echo "Build all the images with --no-cache, check docker_image_build.log for details..."
|
echo "Build all the images with --no-cache, check docker_image_build.log for details..."
|
||||||
service_list="chatqna chatqna-ui dataprep-qdrant retriever-qdrant"
|
service_list="chatqna chatqna-ui dataprep-qdrant retriever-qdrant nginx"
|
||||||
docker compose -f build.yaml build ${service_list} --no-cache > ${LOG_PATH}/docker_image_build.log
|
docker compose -f build.yaml build ${service_list} --no-cache > ${LOG_PATH}/docker_image_build.log
|
||||||
|
|
||||||
docker images && sleep 1s
|
docker images && sleep 1s
|
||||||
|
|||||||
@@ -19,7 +19,7 @@ function build_docker_images() {
|
|||||||
git clone https://github.com/opea-project/GenAIComps.git && cd GenAIComps && git checkout "${opea_branch:-"main"}" && cd ../
|
git clone https://github.com/opea-project/GenAIComps.git && cd GenAIComps && git checkout "${opea_branch:-"main"}" && cd ../
|
||||||
|
|
||||||
echo "Build all the images with --no-cache, check docker_image_build.log for details..."
|
echo "Build all the images with --no-cache, check docker_image_build.log for details..."
|
||||||
service_list="chatqna chatqna-ui dataprep-redis retriever-redis llm-vllm-hpu"
|
service_list="chatqna chatqna-ui dataprep-redis retriever-redis llm-vllm-hpu nginx"
|
||||||
docker compose -f build.yaml build ${service_list} --no-cache > ${LOG_PATH}/docker_image_build.log
|
docker compose -f build.yaml build ${service_list} --no-cache > ${LOG_PATH}/docker_image_build.log
|
||||||
|
|
||||||
docker pull ghcr.io/huggingface/text-embeddings-inference:cpu-1.5
|
docker pull ghcr.io/huggingface/text-embeddings-inference:cpu-1.5
|
||||||
|
|||||||
@@ -20,7 +20,7 @@ function build_docker_images() {
|
|||||||
git clone https://github.com/vllm-project/vllm.git
|
git clone https://github.com/vllm-project/vllm.git
|
||||||
|
|
||||||
echo "Build all the images with --no-cache, check docker_image_build.log for details..."
|
echo "Build all the images with --no-cache, check docker_image_build.log for details..."
|
||||||
service_list="chatqna chatqna-ui dataprep-redis retriever-redis vllm"
|
service_list="chatqna chatqna-ui dataprep-redis retriever-redis vllm nginx"
|
||||||
docker compose -f build.yaml build ${service_list} --no-cache > ${LOG_PATH}/docker_image_build.log
|
docker compose -f build.yaml build ${service_list} --no-cache > ${LOG_PATH}/docker_image_build.log
|
||||||
|
|
||||||
docker pull ghcr.io/huggingface/tgi-gaudi:2.0.5
|
docker pull ghcr.io/huggingface/tgi-gaudi:2.0.5
|
||||||
|
|||||||
@@ -19,7 +19,7 @@ function build_docker_images() {
|
|||||||
git clone https://github.com/opea-project/GenAIComps.git && cd GenAIComps && git checkout "${opea_branch:-"main"}" && cd ../
|
git clone https://github.com/opea-project/GenAIComps.git && cd GenAIComps && git checkout "${opea_branch:-"main"}" && cd ../
|
||||||
|
|
||||||
echo "Build all the images with --no-cache, check docker_image_build.log for details..."
|
echo "Build all the images with --no-cache, check docker_image_build.log for details..."
|
||||||
service_list="chatqna chatqna-ui dataprep-redis retriever-redis llm-vllm-ray-hpu"
|
service_list="chatqna chatqna-ui dataprep-redis retriever-redis llm-vllm-ray-hpu nginx"
|
||||||
docker compose -f build.yaml build ${service_list} --no-cache > ${LOG_PATH}/docker_image_build.log
|
docker compose -f build.yaml build ${service_list} --no-cache > ${LOG_PATH}/docker_image_build.log
|
||||||
|
|
||||||
docker pull ghcr.io/huggingface/text-embeddings-inference:cpu-1.5
|
docker pull ghcr.io/huggingface/text-embeddings-inference:cpu-1.5
|
||||||
|
|||||||
@@ -19,7 +19,7 @@ function build_docker_images() {
|
|||||||
git clone https://github.com/opea-project/GenAIComps.git && cd GenAIComps && git checkout "${opea_branch:-"main"}" && cd ../
|
git clone https://github.com/opea-project/GenAIComps.git && cd GenAIComps && git checkout "${opea_branch:-"main"}" && cd ../
|
||||||
|
|
||||||
echo "Build all the images with --no-cache, check docker_image_build.log for details..."
|
echo "Build all the images with --no-cache, check docker_image_build.log for details..."
|
||||||
service_list="chatqna-without-rerank chatqna-ui dataprep-redis retriever-redis"
|
service_list="chatqna-without-rerank chatqna-ui dataprep-redis retriever-redis nginx"
|
||||||
docker compose -f build.yaml build ${service_list} --no-cache > ${LOG_PATH}/docker_image_build.log
|
docker compose -f build.yaml build ${service_list} --no-cache > ${LOG_PATH}/docker_image_build.log
|
||||||
|
|
||||||
docker pull ghcr.io/huggingface/tgi-gaudi:2.0.5
|
docker pull ghcr.io/huggingface/tgi-gaudi:2.0.5
|
||||||
|
|||||||
@@ -19,7 +19,7 @@ function build_docker_images() {
|
|||||||
git clone https://github.com/opea-project/GenAIComps.git && cd GenAIComps && git checkout "${opea_branch:-"main"}" && cd ../
|
git clone https://github.com/opea-project/GenAIComps.git && cd GenAIComps && git checkout "${opea_branch:-"main"}" && cd ../
|
||||||
|
|
||||||
echo "Build all the images with --no-cache, check docker_image_build.log for details..."
|
echo "Build all the images with --no-cache, check docker_image_build.log for details..."
|
||||||
service_list="chatqna-without-rerank chatqna-ui chatqna-conversation-ui dataprep-redis retriever-redis"
|
service_list="chatqna-without-rerank chatqna-ui chatqna-conversation-ui dataprep-redis retriever-redis nginx"
|
||||||
docker compose -f build.yaml build ${service_list} --no-cache > ${LOG_PATH}/docker_image_build.log
|
docker compose -f build.yaml build ${service_list} --no-cache > ${LOG_PATH}/docker_image_build.log
|
||||||
|
|
||||||
docker pull ghcr.io/huggingface/tgi-gaudi:2.0.5
|
docker pull ghcr.io/huggingface/tgi-gaudi:2.0.5
|
||||||
|
|||||||
Reference in New Issue
Block a user