Skip to content

Commit 8188196

Browse files
authored
[CI] Cleanup modelscope version constraint in Dockerfile (#21243)
Signed-off-by: Kay Yan <[email protected]>
1 parent 7ba34b1 commit 8188196

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -510,7 +510,7 @@ RUN --mount=type=cache,target=/root/.cache/uv \
510510
else \
511511
BITSANDBYTES_VERSION="0.46.1"; \
512512
fi; \
513-
uv pip install --system accelerate hf_transfer 'modelscope!=1.15.0' "bitsandbytes>=${BITSANDBYTES_VERSION}" 'timm==0.9.10' boto3 runai-model-streamer runai-model-streamer[s3]
513+
uv pip install --system accelerate hf_transfer modelscope "bitsandbytes>=${BITSANDBYTES_VERSION}" 'timm==0.9.10' boto3 runai-model-streamer runai-model-streamer[s3]
514514

515515
ENV VLLM_USAGE_SOURCE production-docker-image
516516

docker/Dockerfile.xpu

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

4848
# install additional dependencies for openai api server
4949
RUN --mount=type=cache,target=/root/.cache/pip \
50-
pip install accelerate hf_transfer pytest 'modelscope!=1.15.0'
50+
pip install accelerate hf_transfer pytest modelscope
5151

5252
ENV VLLM_USAGE_SOURCE production-docker-image \
5353
TRITON_XPU_PROFILE 1

0 commit comments

Comments
 (0)