From f3c32a59622972a74e5ae4a9a1f614be014e6f5e Mon Sep 17 00:00:00 2001 From: Ray Bell Date: Thu, 4 Apr 2024 17:16:58 -0400 Subject: [PATCH 1/2] Update CONTRIBUTING.md to use latest cuda env --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index dce92d7e613..4582d47f2df 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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 --solver=libmamba --name cudf_dev --file conda/environments/all_cuda-120_arch-x86_64.yaml # activate the environment conda activate cudf_dev ``` From 433744314f5377cc5b0f8a201ef09b952e9f942b Mon Sep 17 00:00:00 2001 From: Bradley Dice Date: Sat, 13 Apr 2024 11:46:34 -0500 Subject: [PATCH 2/2] Update CONTRIBUTING.md --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 4582d47f2df..757eaa44510 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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 --solver=libmamba --name cudf_dev --file conda/environments/all_cuda-120_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 ```