Skip to content

Commit d60449c

Browse files
committed
Fix issue
Signed-off-by: ZePan110 <ze.pan@intel.com>
1 parent 87a66b3 commit d60449c

1 file changed

Lines changed: 1 addition & 7 deletions

File tree

ChatQnA/tests/test_compose_ui_on_xeon.sh

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)