update 'Versions and Tags' page: no 'nvidia' channel, other small fixes#749
update 'Versions and Tags' page: no 'nvidia' channel, other small fixes#749jameslamb wants to merge 5 commits intorapidsai:mainfrom
Conversation
✅ Deploy Preview for docs-rapids-ai ready!Built without sensitive environment variables
To edit notification comments on pull requests, go to your Netlify project configuration. |
|
Thanks James! 🙏 Will take a look at this. Adding myself to the reviewers |
resources/versions.md
Outdated
| The recommended install command for nightlies at time of writing is | ||
|
|
||
| ```shell | ||
| conda create -n rapids-26.02 -c rapidsai-nightly -c conda-forge rapids=26.02 python=3.13 'cuda-version>=13.0,<=13.1.1' |
There was a problem hiding this comment.
Shouldn't the nightly version be 26.04, since 26.02 is stable?
Is there a way that we could use templates for this for the rapids? If not this will have to be updated every rapids release.
In the deployment docs we do it in the conf.py but this project is different so I'm not sure where would that fit.
There was a problem hiding this comment.
| conda create -n rapids-26.02 -c rapidsai-nightly -c conda-forge rapids=26.02 python=3.13 'cuda-version>=13.0,<=13.1.1' | |
| conda create -n rapids-26.04 -c rapidsai-nightly -c conda-forge rapids=26.04 python=3.13 'cuda-version>=13.0,<=13.1.1' |
Yes you're totally right! Let's fix that.
there a way that we could use templates for this for the rapids?
That's a very good idea and we should do that. Could you open an issue here and link to the example from the deployment repo?
Contributes to rapidsai/build-planning#254
conda installdocs in "Versions and Tags" page:-c nvidia