File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ function build_docker_images() {
4848 git checkout ${VLLM_VER} & > /dev/null && cd ../
4949
5050 echo " Build all the images with --no-cache, check docker_image_build.log for details..."
51- service_list=" codegen codegen-gradio-ui"
51+ service_list=" codegen codegen-gradio-ui llm-textgen vllm-gaudi dataprep retriever embedding "
5252 docker compose -f build.yaml build ${service_list} --no-cache > ${LOG_PATH} /docker_image_build.log
5353
5454 docker images && sleep 1s
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ function build_docker_images() {
4848 cd ../
4949
5050 echo " Build all the images with --no-cache, check docker_image_build.log for details..."
51- service_list=" codegen codegen-gradio-ui"
51+ service_list=" codegen codegen-gradio-ui llm-textgen vllm dataprep retriever embedding "
5252
5353 docker compose -f build.yaml build ${service_list} --no-cache > ${LOG_PATH} /docker_image_build.log
5454
You can’t perform that action at this time.
0 commit comments