File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ function build_docker_images() {
3232 git clone --depth 1 --branch ${opea_branch} https://github.com/opea-project/GenAIComps.git
3333
3434 echo " Build all the images with --no-cache, check docker_image_build.log for details..."
35- service_list=" searchqna searchqna-ui embedding web-retriever reranking llm-textgen"
35+ service_list=" searchqna searchqna-ui embedding web-retriever reranking llm-textgen nginx "
3636 docker compose -f build.yaml build ${service_list} --no-cache > ${LOG_PATH} /docker_image_build.log
3737
3838 docker pull ghcr.io/huggingface/text-embeddings-inference:cpu-1.6
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ function build_docker_images() {
2020 git clone https://github.com/opea-project/GenAIComps.git && cd GenAIComps && git checkout " ${opea_branch:- " main" } " && cd ../
2121
2222 echo " Build all the images with --no-cache, check docker_image_build.log for details..."
23- service_list=" searchqna searchqna-ui embedding web-retriever reranking llm-textgen"
23+ service_list=" searchqna searchqna-ui embedding web-retriever reranking llm-textgen nginx "
2424 docker compose -f build.yaml build ${service_list} --no-cache > ${LOG_PATH} /docker_image_build.log
2525
2626 docker pull ghcr.io/huggingface/text-embeddings-inference:cpu-1.5
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ function build_docker_images() {
3232 git clone --depth 1 --branch ${opea_branch} https://github.com/opea-project/GenAIComps.git
3333
3434 echo " Build all the images with --no-cache, check docker_image_build.log for details..."
35- service_list=" searchqna searchqna-ui embedding web-retriever reranking llm-textgen"
35+ service_list=" searchqna searchqna-ui embedding web-retriever reranking llm-textgen nginx "
3636 docker compose -f build.yaml build ${service_list} --no-cache > ${LOG_PATH} /docker_image_build.log
3737
3838 docker pull ghcr.io/huggingface/text-embeddings-inference:cpu-1.5
You can’t perform that action at this time.
0 commit comments