Skip to content

Commit

Permalink
Update CONTRIBUTING.md to use latest cuda env (#15467)
Browse files Browse the repository at this point in the history
clean commit of #15401

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

Approvers:
  - Nghia Truong (https://github.com/ttnghia)
  - Bradley Dice (https://github.com/bdice)

URL: #15467
  • Loading branch information
raybellwaves authored Apr 13, 2024
1 parent 9cc87f0 commit c8cb495
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ Instructions for a minimal build environment without conda are included below.
# create the conda environment (assuming in base `cudf` directory)
# note: RAPIDS currently doesn't support `channel_priority: strict`;
# use `channel_priority: flexible` instead
conda env create --name cudf_dev --file conda/environments/all_cuda-118_arch-x86_64.yaml
conda env create --name cudf_dev --file conda/environments/all_cuda-122_arch-x86_64.yaml
# activate the environment
conda activate cudf_dev
```
Expand Down

0 comments on commit c8cb495

Please sign in to comment.