更新 install-nvidia-smi.md
This commit is contained in:
parent
5b34923bb2
commit
b0d9c3a8e8
@ -6,6 +6,15 @@ sudo apt-get -y install cuda-toolkit-12-8
|
||||
sudo apt-get install -y cuda-drivers
|
||||
```
|
||||
|
||||
```
|
||||
cat <<EOF | sudo tee /etc/apt/sources.list
|
||||
deb https://mirrors.ustc.edu.cn/ubuntu/ noble main restricted universe multiverse
|
||||
deb https://mirrors.ustc.edu.cn/ubuntu/ noble-updates main restricted universe multiverse
|
||||
deb https://mirrors.ustc.edu.cn/ubuntu/ noble-backports main restricted universe multiverse
|
||||
deb http://security.ubuntu.com/ubuntu noble-security main restricted universe multiverse
|
||||
EOF
|
||||
```
|
||||
|
||||
```shell
|
||||
nvidia-smi
|
||||
```
|
||||
|
||||
Loading…
Reference in New Issue
Block a user