Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
vllm_cscc
Commits
8188196a
Unverified
Commit
8188196a
authored
Jul 21, 2025
by
Kay Yan
Committed by
GitHub
Jul 20, 2025
Browse files
[CI] Cleanup modelscope version constraint in Dockerfile (#21243)
Signed-off-by:
Kay Yan
<
kay.yan@daocloud.io
>
parent
7ba34b12
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
docker/Dockerfile
docker/Dockerfile
+1
-1
docker/Dockerfile.xpu
docker/Dockerfile.xpu
+1
-1
No files found.
docker/Dockerfile
View file @
8188196a
...
@@ -510,7 +510,7 @@ RUN --mount=type=cache,target=/root/.cache/uv \
...
@@ -510,7 +510,7 @@ RUN --mount=type=cache,target=/root/.cache/uv \
else
\
else
\
BITSANDBYTES_VERSION
=
"0.46.1"
;
\
BITSANDBYTES_VERSION
=
"0.46.1"
;
\
fi
;
\
fi
;
\
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]
uv pip
install
--system
accelerate hf_transfer modelscope
"bitsandbytes>=
${
BITSANDBYTES_VERSION
}
"
'timm==0.9.10'
boto3 runai-model-streamer runai-model-streamer[s3]
ENV
VLLM_USAGE_SOURCE production-docker-image
ENV
VLLM_USAGE_SOURCE production-docker-image
...
...
docker/Dockerfile.xpu
View file @
8188196a
...
@@ -47,7 +47,7 @@ FROM vllm-base AS vllm-openai
...
@@ -47,7 +47,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 pytest
'
modelscope
!=1.15.0'
pip install accelerate hf_transfer pytest modelscope
ENV VLLM_USAGE_SOURCE production-docker-image \
ENV VLLM_USAGE_SOURCE production-docker-image \
TRITON_XPU_PROFILE 1
TRITON_XPU_PROFILE 1
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment