Skip to content

Commit

Permalink
Fix vllm openvino Dockerfile.intel_gpu build issue (opea-project#1150)
Browse files Browse the repository at this point in the history
Build Dockerfile.intel_gpu will fail because there are dependency conflict when vllm==v0.6.3.post1. Upgrading vllm to v0.6.6.post1 could solve the issue

Fixes opea-project#1141
Signed-off-by: Zhu, Yongbo <[email protected]>
  • Loading branch information
Yongbozzz authored Jan 15, 2025
1 parent 3e6c5cd commit 9939061
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ RUN wget -qO - https://repositories.intel.com/gpu/intel-graphics.key | gpg --yes

WORKDIR /workspace

RUN git clone -b v0.6.3.post1 https://github.com/vllm-project/vllm.git
RUN git clone -b v0.6.6.post1 https://github.com/vllm-project/vllm.git

#ARG GIT_REPO_CHECK=0
#RUN --mount=type=bind,source=.git,target=.git \
Expand Down

0 comments on commit 9939061

Please sign in to comment.