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() {
48
48
git checkout ${VLLM_VER} & > /dev/null && cd ../
49
49
50
50
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 "
52
52
docker compose -f build.yaml build ${service_list} --no-cache > ${LOG_PATH} /docker_image_build.log
53
53
54
54
docker images && sleep 1s
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ function build_docker_images() {
48
48
cd ../
49
49
50
50
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 "
52
52
53
53
docker compose -f build.yaml build ${service_list} --no-cache > ${LOG_PATH} /docker_image_build.log
54
54
You can’t perform that action at this time.
0 commit comments