-
Notifications
You must be signed in to change notification settings - Fork 15
Description
Description
Opening this issue because I noticed that this project is using rapidsai/miniforge-cuda:
Line 20 in cacaf3c
| FROM rapidsai/miniforge-cuda:25.12-cuda13.0.1-base-ubuntu24.04-py3.13 |
That image is now deprecated... the upcoming RAPIDS 26.02 release will be the last one to update it:
- [RFC] deprecate and eventually remove
miniforge-cuda? rapidsai/ci-imgs#345 - https://docs.rapids.ai/notices/rsn0057/
Some Options
To keep up with newer images as we add support for Python versions, CUDA versions, operating systems, etc., the easiest replacement is probably to switch to rapidsai/ci-conda, which will be supported indefinitely. That image contains everything rapidsai/miniforge-cuda has, plus a few extra things for use in RAPIDS CI (like command-line tools for some CI services).
If that's too big or otherwise doesn't suit your needs, it may be worth exploring directly relying on nvidia/cuda images and using something like micromamba to set up conda. I've given a minimal example of that at https://docs.rapids.ai/notices/rsn0057/
Notes
I'm one of the maintainers of the rapidsai/miniforge-cuda images (https://github.com/rapidsai/ci-imgs) and of rapidsai/notebooks (https://github.com/rapidsai/docker). I'll stay subscribed to this issue, please @ me here with any questions and I'll try to help.