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
c0a88df7
Unverified
Commit
c0a88df7
authored
Dec 17, 2025
by
Amr Mahdi
Committed by
GitHub
Dec 16, 2025
Browse files
[docker] Allow kv_connectors install to fail on arm64 (#30806)
Signed-off-by:
Amr Mahdi
<
amrmahdi@meta.com
>
parent
e087fbc3
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
docker/Dockerfile
docker/Dockerfile
+1
-1
No files found.
docker/Dockerfile
View file @
c0a88df7
...
...
@@ -621,7 +621,7 @@ ENV UV_HTTP_TIMEOUT=500
RUN
--mount
=
type
=
cache,target
=
/root/.cache/uv
\
--mount
=
type
=
bind
,source
=
requirements/kv_connectors.txt,target
=
/tmp/kv_connectors.txt,ro
\
if
[
"
$INSTALL_KV_CONNECTORS
"
=
"true"
]
;
then
\
uv pip
install
--system
-r
/tmp/kv_connectors.txt
;
\
uv pip
install
--system
-r
/tmp/kv_connectors.txt
||
true
;
\
fi
ENV
VLLM_USAGE_SOURCE production-docker-image
...
...
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