rapidsai / miniforge-cuda

https://hub.docker.com/r/rapidsai/miniforge-cuda/
12 stars 9 forks source link

Drop CUDA 11.2 and 11.5, add Python 3.11 and 3.12. #55

Closed bdice closed 9 months ago

bdice commented 9 months ago

Since CUDA 11.2 and 11.5 have been dropped from our shared testing workflows, we no longer need images for CUDA 11.2 and 11.5. At the same time, we will need images for newer Python versions in order to support pynvjitlink which we expect to be consumed outside of RAPIDS (which currently supports Python 3.9 and 3.10). It would also be helpful to have newer Python images so that we can expand RAPIDS support.

ajschmidt8 commented 9 months ago

Opened https://github.com/rapidsai/ci-imgs/pull/96 as well.

ajschmidt8 commented 9 months ago

hmmm 11.2.2. is still used here: https://github.com/rapidsai/docker/blob/branch-23.12/matrix.yaml#L2

bdice commented 9 months ago

We'll wait to merge this and https://github.com/rapidsai/ci-imgs/pull/96 until after the 23.12 release (targeted for December 6-7).

ajschmidt8 commented 9 months ago

Let's switch to draft until then to prevent any accidental merges.