Skip to content

Commit

Permalink
Fix environment channels (#996)
Browse files Browse the repository at this point in the history
This PR fixes the channel priority in `environment.yaml` files. These were missed in #975 and are needed to fix rapids-compose.

I deleted the CUDA 11.0 environment because we have dropped CUDA 11.0 support.

Authors:
  - Bradley Dice (https://github.com/bdice)

Approvers:
  - Ray Douglass (https://github.com/raydouglass)
  - AJ Schmidt (https://github.com/ajschmidt8)

URL: #996
  • Loading branch information
bdice authored Nov 8, 2022
1 parent 929be7a commit dfab5f0
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 48 deletions.
43 changes: 0 additions & 43 deletions conda/environments/raft_dev_cuda11.0.yml

This file was deleted.

3 changes: 2 additions & 1 deletion conda/environments/raft_dev_cuda11.2.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
name: raft_dev
channels:
- rapidsai
- nvidia
- rapidsai-nightly
- dask/label/dev
- conda-forge
- nvidia
dependencies:
- c-compiler
- cxx-compiler
- cudatoolkit=11.2
- cuda-python >=11.7.1,<12.0
- ninja
- clang=11.1.0
- clang-tools=11.1.0
Expand Down
3 changes: 2 additions & 1 deletion conda/environments/raft_dev_cuda11.4.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
name: raft_dev
channels:
- rapidsai
- nvidia
- rapidsai-nightly
- dask/label/dev
- conda-forge
- nvidia
dependencies:
- c-compiler
- cxx-compiler
- cudatoolkit=11.4
- cuda-python >=11.7.1,<12.0
- ninja
- clang=11.1.0
- clang-tools=11.1.0
Expand Down
2 changes: 1 addition & 1 deletion conda/environments/raft_dev_cuda11.5.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: raft_dev
channels:
- rapidsai
- rapidsai-nightly
- dask/label/dev
- conda-forge
- nvidia
- rapidsai-nightly
dependencies:
- c-compiler
- cxx-compiler
Expand Down
4 changes: 2 additions & 2 deletions docs/source/build.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@

### CUDA/GPU Requirements
- GCC 9.0+ (9.5.0+ recommended)
- CUDA Toolkit 11.0+
- CUDA Toolkit 11.2+
- NVIDIA driver 450.80.02+
- Pascal architecture of better (compute capability >= 6.0)
- Pascal architecture or better (compute capability >= 6.0)

### Build Dependencies

Expand Down

0 comments on commit dfab5f0

Please sign in to comment.