Skip to content

Commit

Permalink
Remove CUDA 12.0 and 12.2 unified RAPIDS devcontainers. (#452)
Browse files Browse the repository at this point in the history
We now require CUDA 12.5+ to build RAPIDS in conda environments, for a
few reasons:
- We only build libraries with CUDA 12.5+ in CI (and test on older
versions via CUDA compatibility), so CUDA 12.0 and 12.2 would only be
tested in this repo's CI
- We need CUDA 12.5+ to ensure alignment between the `conda-forge` and
`nvidia` channels
- We need CUDA 12.4+ to ensure support for GCC 13, which is what we use
in our CUDA 12 conda environments

Therefore, we drop CUDA 12.0 and 12.2 devcontainers.

I dropped the pip devcontainers too, because I don't see a great reason
to keep them if we are deleting the corresponding conda devcontainers.
  • Loading branch information
bdice authored Jan 27, 2025
1 parent e90c2f6 commit febd04e
Show file tree
Hide file tree
Showing 9 changed files with 0 additions and 405 deletions.
106 changes: 0 additions & 106 deletions .devcontainer/cuda12.0-conda/devcontainer.json

This file was deleted.

1 change: 0 additions & 1 deletion .devcontainer/cuda12.0-conda/features

This file was deleted.

93 changes: 0 additions & 93 deletions .devcontainer/cuda12.0-pip/devcontainer.json

This file was deleted.

1 change: 0 additions & 1 deletion .devcontainer/cuda12.0-pip/features

This file was deleted.

106 changes: 0 additions & 106 deletions .devcontainer/cuda12.2-conda/devcontainer.json

This file was deleted.

1 change: 0 additions & 1 deletion .devcontainer/cuda12.2-conda/features

This file was deleted.

Loading

0 comments on commit febd04e

Please sign in to comment.