Skip to content

Commit b4ed395

Browse files
zhyncsprashantgupta24
authored andcommitted
[BugFix] exclude version 1.15.0 for modelscope (vllm-project#5668)
1 parent 0aa4139 commit b4ed395

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ FROM vllm-base AS vllm-openai
172172

173173
# install additional dependencies for openai api server
174174
RUN --mount=type=cache,target=/root/.cache/pip \
175-
pip install accelerate hf_transfer modelscope
175+
pip install accelerate hf_transfer 'modelscope!=1.15.0'
176176

177177
ENV VLLM_USAGE_SOURCE production-docker-image
178178

0 commit comments

Comments
 (0)