rapidsai / deployment

RAPIDS Deployment Documentation
https://docs.rapids.ai/deployment/stable/
9 stars 28 forks source link

start using CUDA 12.5, Python 3.11 images in nightly docs #398

Closed jameslamb closed 1 month ago

jameslamb commented 1 month ago

Contributes to #377.

Proposes using CUDA 12.5, Python 3.11 container images for the nightly docs. This should make it easier to test with these versions during release testing for 24.08. And hopefully that testing goes well and we can move on to setting the stable versions to these images as well.

CUDA 12.5 rapidsai/base and rapidsai/notebooks images were added in https://github.com/rapidsai/docker/pull/689, as part of https://github.com/rapidsai/build-planning/issues/73.

review-notebook-app[bot] commented 1 month ago

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB

jakirkham commented 1 month ago

Thanks James! 🙏

Seems like a good idea 👍

Let's see what @jacobtomlinson thinks 🙂

jakirkham commented 1 month ago

Yes that is still how things work

As long as they supply hardware that supports CUDA 12 and there is a compatible driver version (either provided by them or us via a container), then it should work

Please see this page for driver versions

jacobtomlinson commented 1 month ago

Thanks @jakirkham that's really helpful!

jakirkham commented 1 month ago

Thanks Jacob and James! 🙏