rapidsai / miniforge-cuda

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

Apply Python / Ubuntu version support changes from RSNs 22, 23, 24, 25. #17

Closed bdice closed 1 year ago

bdice commented 1 year ago

This set of changes aligns with the changes described in RAPIDS Support Notices 22, 23, 24, 25. https://github.com/rapidsai/docs/pull/310

bdice commented 1 year ago

The CUDA versions available for nvidia/cuda on Ubuntu 22.04 are 11.7.0, 11.7.1, and 11.8.0. We will need to change our CUDA support matrix to enable Ubuntu 22.04.

ajschmidt8 commented 1 year ago

ahhh. shoot. actually c19a19b isn't correct.

we need to edit the logic below to ensure that 18.04 + 11.8 variants only publish amd64 variants. i'll have to work on this tomorrow since i have to sign off now

https://github.com/rapidsai/mambaforge-cuda/blob/c90b7aa1b289de9c6fec4f82cabc996002d1f543/.github/workflows/build-and-publish-images.yml#L79-L88