We would like to use Ubuntu 24.04 in devcontainers across RAPIDS, since it comes with newer compilers and is generally more up to date. I filed a change in the devcontainers repo here: https://github.com/rapidsai/devcontainers/pull/534 However, several RAPIDS libraries have a hardcoded `-ubuntu22.04` in their devcontainer image tag. We need to remove those. A workaround was created in https://github.com/rapidsai/devcontainers/pull/543 to temporarily unblock 25.10 CI.