Skip to content

docker: explicitly install NCCL in CUDA 13 images - #28143

Open
EchterAgo wants to merge 1 commit into
ggml-org:masterfrom
EchterAgo:cuda_13_libnccl
Open

docker: explicitly install NCCL in CUDA 13 images#28143
EchterAgo wants to merge 1 commit into
ggml-org:masterfrom
EchterAgo:cuda_13_libnccl

Conversation

@EchterAgo

Copy link
Copy Markdown

Overview

NCCL is no longer pre-installed in CUDA >= 13 images, which disables GGML_CUDA_NCCL. Install libnccl-dev at build time and libnccl2 in the runtime image.

Requirements

  • I have read and agree with the contributing guidelines YES
  • AI usage disclosure: YES, used Qwen 3.8 Flash Next to diagnose the issue

NCCL is no longer pre-installed in CUDA >= 13 images, which disables
`GGML_CUDA_NCCL`. Install `libnccl-dev` at build time and `libnccl2` in
the runtime image.
@EchterAgo
EchterAgo requested a review from ngxson as a code owner September 1, 2026 08:13
@github-actions github-actions Bot added the devops improvements to build systems and github actions label Sep 1, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

devops improvements to build systems and github actions

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant