Skip to content

Commit f1e72cc

Browse files
authored
[BugFix] exclude version 1.15.0 for modelscope (#5668)
1 parent 5b15bde commit f1e72cc

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)