File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -23,15 +23,9 @@ function build_docker_images() {
2323 echo " GenAIComps test commit is $( git rev-parse HEAD) "
2424 docker build --no-cache -t ${REGISTRY} /comps-base:${TAG} --build-arg https_proxy=$https_proxy --build-arg http_proxy=$http_proxy -f Dockerfile .
2525 popd && sleep 1s
26- git clone https://github.com/vllm-project/vllm.git && cd vllm
27- VLLM_VER=v0.10.0
28- echo " Check out vLLM tag ${VLLM_VER} "
29- git checkout ${VLLM_VER} & > /dev/null
30- # make sure NOT change the pwd
31- cd ../
3226
3327 echo " Build all the images with --no-cache, check docker_image_build.log for details..."
34- service_list=" chatqna chatqna-ui dataprep retriever vllm nginx"
28+ service_list=" chatqna chatqna-ui dataprep retriever nginx"
3529 docker compose -f build.yaml build ${service_list} --no-cache > ${LOG_PATH} /docker_image_build.log
3630
3731 docker images && sleep 1s
You can’t perform that action at this time.
0 commit comments