-
-
Notifications
You must be signed in to change notification settings - Fork 8.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[CI] Automatically bump Rapids version in containers #9234
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Does this affect Python tests? I have been using a conda environment file for development with RMM, maybe it's useful to upstream it here.
Yes.
Currently, we don't use environment files because environment files don't support a parameter. Since we are adopting an automated solution to keep RAPIDS up to date, we can work around this restriction:
What do you think of this idea? If you are okay, I can update this pull request to organize all Conda envs as env files. |
Sounds good! I will submit a PR later for the environment file. |
Let's skip this for now. I forgot that I couldn't enforce the CUDA version with mamba. Mamba just keep using the latest cuda toolkit components from the nvidia channel. |
@trivialfis Specifying |
For some reason, no. It keeps downloading individual components like nsight-system and cudart as 12.1. |
Got it. Then let me merge this PR as it is. |
TODO: