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
4ba0c587
Unverified
Commit
4ba0c587
authored
Sep 03, 2025
by
dongbo910220
Committed by
GitHub
Sep 03, 2025
Browse files
FIX: Add libnuma-dev to Dockerfile for dev stage (#20388)
Signed-off-by:
dongbo910220
<
1275604947@qq.com
>
parent
6997a25a
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
docker/Dockerfile
docker/Dockerfile
+2
-0
No files found.
docker/Dockerfile
View file @
4ba0c587
...
...
@@ -261,6 +261,8 @@ ENV UV_INDEX_STRATEGY="unsafe-best-match"
# Use copy mode to avoid hardlink failures with Docker cache mounts
ENV
UV_LINK_MODE=copy
# Install libnuma-dev, required by fastsafetensors (fixes #20384)
RUN
apt-get update
&&
apt-get
install
-y
libnuma-dev
&&
rm
-rf
/var/lib/apt/lists/
*
COPY
requirements/lint.txt requirements/lint.txt
COPY
requirements/test.txt requirements/test.txt
COPY
requirements/dev.txt requirements/dev.txt
...
...
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