Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add SDK Manager and updated CUDA install options #547

Open
wants to merge 18 commits into
base: main
Choose a base branch
from
Open
Prev Previous commit
Next Next commit
Update install/index.md
Co-authored-by: Bradley Dice <[email protected]>
  • Loading branch information
taureandyernv and bdice authored Oct 9, 2024
commit 487eea857e18ee9fa9469acb315bac588a6bc0df
2 changes: 1 addition & 1 deletion install/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ RAPIDS pip packages are available for CUDA 11 and CUDA 12 on the NVIDIA Python P
<div id="sdkm"></div>

### **SDK Manager (Ubuntu Only)**
[NVIDIA's SDK Manager](https://developer.nvidia.com/sdk-manager) gives a 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 Linux users.
[NVIDIA SDK Manager](https://developer.nvidia.com/sdk-manager) gives a 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 Linux users.
1. 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. It is assumed that your home directory's `Downloads` folder is where the `.deb` file will be stored. If not, please move `sdkmanager_[version]-[build#]_amd64.deb` file to your current Download folder.
taureandyernv marked this conversation as resolved.
Show resolved Hide resolved
2. Install and run SDK Manager [using the installation guide here](https://docs.nvidia.com/sdk-manager/download-run-sdkm/index.html){: target="_blank"}. For example, in Ubuntu, the code will look like:
```bash
Expand Down
Loading