temporarily drop cucim from 'rapids' CUDA 12 package#796
Merged
rapids-bot[bot] merged 2 commits intorapidsai:branch-25.10from Sep 5, 2025
jameslamb:skip-cucim
Merged
temporarily drop cucim from 'rapids' CUDA 12 package#796rapids-bot[bot] merged 2 commits intorapidsai:branch-25.10from jameslamb:skip-cucim
rapids-bot[bot] merged 2 commits intorapidsai:branch-25.10from
jameslamb:skip-cucim
Conversation
|
Auto-sync is disabled for draft pull requests in this repository. Workflows must be run manually. Contributors can view more details about this message here. |
gforsyth
approved these changes
Sep 5, 2025
Member
Author
|
Thanks Gil! I double-checked the build logs at https://github.com/rapidsai/integration/actions/runs/17494421811/job/49691559410?pr=796 (love that I'm gonna merge this to help rapidsai/docker#782 |
Member
Author
|
/merge |
rapids-bot bot
pushed a commit
that referenced
this pull request
Sep 18, 2025
Previously cuCIM was dropped from CUDA 12 ARM as the packages unconditionally required cuFile, which caused issues when testing with CUDA 12.0 & 12.1. To address this, the cuCIM package was changed to only require cuFile in CUDA 12.2+ ARM packages while creating a separate package for ARM CUDA 12.0 & 12.1, which left out the cuFile dependency. This work was completed in PR: rapidsai/cucim#930 With this change now in place, it should be possible to readd cuCIM to the RAPIDS metapackage generally, which is what this PR does <hr> Reverts #796 Fixes #797 Authors: - https://github.com/jakirkham Approvers: - James Lamb (https://github.com/jameslamb) URL: #802
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
libcucimis not installable at the moment on arm64 systems with CUDA < 12.2:libcufiledependency for old CTK 12 on ARM cucim#930Which is blocking builds of RAPIDS docker images:
This proposes temporarily excluding
cucimfrom the dependencies of arm64 CUDA 12rapidspackages, to unblockdockerCI (and therefore publication of the first CUDA 13 nightlies of those images) until thatcucimissue is resolved.