Skip to content

Commit

Permalink
[BugFix] exclude version 1.15.0 for modelscope (#5668)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhyncs authored Jun 21, 2024
1 parent 5b15bde commit f1e72cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit f1e72cc

Please sign in to comment.