From 642ffeda6df826dea0184e9dcac89505884be988 Mon Sep 17 00:00:00 2001 From: Nathan Stephens Date: Mon, 2 May 2022 16:39:10 -0700 Subject: [PATCH] Update README.Rmd I would expect the cuda toolkit version in the conda step to match the cuda toolkit version in the install step -- lines 316 and 288 should match. --- README.Rmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.Rmd b/README.Rmd index f8efc88..9b98dc7 100644 --- a/README.Rmd +++ b/README.Rmd @@ -231,7 +231,7 @@ chmod +x Miniconda3-latest-Linux-x86_64.sh ``` # This is a relatively big download, may take a while ~/miniconda3/bin/conda create -n rapids-21.08 -c rapidsai -c nvidia -c conda-forge \ - rapids-blazing=21.08 python=3.8 cudatoolkit=11.2 + rapids-blazing=21.08 python=3.8 cudatoolkit=11.4 ``` ### Install cmake