"tests/vscode:/vscode.git/clone" did not exist on "f081c3ce4b020fb094e33575d178345c477ab0c6"
Unverified Commit f1e72cc1 authored by zhyncs's avatar zhyncs Committed by GitHub
Browse files

[BugFix] exclude version 1.15.0 for modelscope (#5668)

parent 5b15bde5
...@@ -172,7 +172,7 @@ FROM vllm-base AS vllm-openai ...@@ -172,7 +172,7 @@ FROM vllm-base AS vllm-openai
# install additional dependencies for openai api server # install additional dependencies for openai api server
RUN --mount=type=cache,target=/root/.cache/pip \ 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 ENV VLLM_USAGE_SOURCE production-docker-image
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment