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
2d613de9
Unverified
Commit
2d613de9
authored
Dec 02, 2025
by
Benjamin Bartels
Committed by
GitHub
Dec 02, 2025
Browse files
[CI/Build] Fixes missing runtime dependencies (#29822)
Signed-off-by:
bbartels
<
benjamin@bartels.dev
>
parent
c77b9929
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
1 deletion
+6
-1
docker/Dockerfile
docker/Dockerfile
+6
-1
No files found.
docker/Dockerfile
View file @
2d613de9
...
@@ -364,7 +364,12 @@ RUN CUDA_VERSION_DASH=$(echo $CUDA_VERSION | cut -d. -f1,2 | tr '.' '-') && \
...
@@ -364,7 +364,12 @@ RUN CUDA_VERSION_DASH=$(echo $CUDA_VERSION | cut -d. -f1,2 | tr '.' '-') && \
cuda-cudart-
${
CUDA_VERSION_DASH
}
\
cuda-cudart-
${
CUDA_VERSION_DASH
}
\
cuda-nvrtc-
${
CUDA_VERSION_DASH
}
\
cuda-nvrtc-
${
CUDA_VERSION_DASH
}
\
cuda-cuobjdump-
${
CUDA_VERSION_DASH
}
\
cuda-cuobjdump-
${
CUDA_VERSION_DASH
}
\
libcublas-
${
CUDA_VERSION_DASH
}
&&
\
# https://github.com/vllm-project/vllm/issues/29590
libcurand-dev-${CUDA_VERSION_DASH} \
libcublas-${CUDA_VERSION_DASH} \
# Fixes nccl_allocator requiring nccl.h at runtime
# https://github.com/vllm-project/vllm/blob/1336a1ea244fa8bfd7e72751cabbdb5b68a0c11a/vllm/distributed/device_communicators/pynccl_allocator.py#L22
libnccl-dev && \
rm -rf /var/lib/apt/lists/*
rm -rf /var/lib/apt/lists/*
ARG
PIP_INDEX_URL UV_INDEX_URL
ARG
PIP_INDEX_URL UV_INDEX_URL
...
...
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