Skip to content

Commit

Permalink
Update uninstall info
Browse files Browse the repository at this point in the history
  • Loading branch information
nhphuong91 authored Oct 21, 2021
1 parent 0bcf1a6 commit 6e809f2
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion cuda_toolkit/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ Add `/usr/local/cuda/lib64` to `/etc/ld.so.conf.d/<cuda_config>.conf` file and r
sudo bash -c "echo /usr/local/cuda/lib64 > /etc/ld.so.conf.d/cuda.conf"
sudo ldconfig
```
> **_NOTE:_** Later version of cuda toolkit installer has done this so no need to (`/etc/ld.so.conf.d/cuda-11-4.conf`)
> **_NOTE:_** Later version of cuda toolkit installer has done this so no need to (`/etc/ld.so.conf.d/cuda-<version>.conf`)
## CentOS 7
### Method 1 (runfile)
Expand Down Expand Up @@ -134,3 +134,8 @@ ll /usr/local/
```
![Cuda toolkit check](../images/cuda_toolkit8.png)
> A symlink created to re-direct any access to cuda to current in-use version
# Uninstall
To uninstall, take reference from installation guide in accordance with your installation method.

For unintall tar file method, if uninstaller file not exist, go to release section of this repo & download it from there.

0 comments on commit 6e809f2

Please sign in to comment.