diff --git a/Dockerfile b/Dockerfile index 5b3e682a80169..d031d98c5b7e4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -172,7 +172,7 @@ FROM vllm-base AS vllm-openai # install additional dependencies for openai api server RUN --mount=type=cache,target=/root/.cache/pip \ - pip install accelerate hf_transfer modelscope + pip install accelerate hf_transfer 'modelscope!=1.15.0' ENV VLLM_USAGE_SOURCE production-docker-image