From f5bd4f4f360fbb6bea512b57691b427d50df1c05 Mon Sep 17 00:00:00 2001 From: Taurean Dyer <46935140+taureandyernv@users.noreply.github.com> Date: Mon, 27 Jan 2025 13:51:04 -0800 Subject: [PATCH] Update install/index.md Co-authored-by: Bradley Dice --- install/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/index.md b/install/index.md index 96226854be2..5adf8a3c278 100644 --- a/install/index.md +++ b/install/index.md @@ -331,7 +331,7 @@ Windows users can now tap into GPU accelerated data science on their local machi [NVIDIA's SDK Manager](https://developer.nvidia.com/sdk-manager){: target="_blank"} gives Windows users a Graphical User Interface (GUI) option to install RAPIDS. It also attempts to fix any environment issues before installing RAPIDS or updating RAPIDS, making it ideal for new WSL users. 1. Install the [latest NVIDIA Drivers](https://www.nvidia.com/en-us/drivers/){: target="_blank"} on the Windows host. 2. Download [SDK Manager's Ubuntu version from their website](https://developer.nvidia.com/sdk-manager){: target="_blank"} (requires sign up or login to NVIDIA's Developer community). Do not install yet. The rest of the instructions assume that your home directory's `Downloads` folder is where the `.deb` file will be stored. If this is not the case, please change the directory, as needed, for your system. -3. Install or update WSL2 and the Ubuntu 22.04 or Ubuntu 24.04 package [using Microsoft's instructions](https://docs.microsoft.com/en-us/windows/wsl/install){: target="_blank"}. If you are comfortable, you can use Windows PowerShell. Example: to use PowerShell to install Ubuntu 24.04, type: +3. Install or update WSL2 and the Ubuntu 22.04 or Ubuntu 24.04 package [using Microsoft's instructions](https://docs.microsoft.com/en-us/windows/wsl/install){: target="_blank"}. To install Ubuntu 24.04 from the command line, use this command: ```bash wsl --install -d Ubuntu-24.04 ```