Skip to content

Commit e0cde5f

Browse files
authored
Remove obsolete devcontainer dependency list (#1192)
Remove the redundant `devcontainers` dependency file list. Development containers can use the default `all` key now that the Ray and PyTorch dependencies resolve together. Depends on rapidsai/devcontainers#761. Authors: - Bradley Dice (https://github.com/bdice) Approvers: - Gil Forsyth (https://github.com/gforsyth) URL: #1192
1 parent 728a719 commit e0cde5f

1 file changed

Lines changed: 0 additions & 24 deletions

File tree

dependencies.yaml

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -30,30 +30,6 @@ files:
3030
- test_cpp
3131
- test_python
3232
- docs
33-
devcontainers:
34-
output: none
35-
includes:
36-
# "devcontainers" includes everything in "all" except "depends_on_ray"
37-
- build-universal
38-
- build-cpp
39-
- build-python
40-
- build-mpi
41-
- build-nvml
42-
- build-pmix
43-
- checks
44-
- clang_tidy
45-
- cuda
46-
- cuda_version
47-
- depends_on_cupy
48-
- depends_on_librmm
49-
- depends_on_libucxx
50-
- depends_on_rmm
51-
- depends_on_ucxx
52-
- py_version
53-
- rapids_build_skbuild
54-
- test_cpp
55-
- test_python
56-
- docs
5733
test_cpp:
5834
output: none
5935
includes:

0 commit comments

Comments
 (0)