forked from yindun/ansible-devops
更新 scripts/README.md
This commit is contained in:
parent
0ac3cfafd4
commit
5c71c5b0dc
|
|
@ -57,7 +57,6 @@
|
|||
```bash
|
||||
#支持版本[23.10-1.1.9.0]
|
||||
cd /opt/ && wget -qO- http://116.205.97.109/scripts/ib-drive.sh|bash -s -- --install --version "24.10-2.1.8.0" --distro "ubuntu24.04"
|
||||
cd /opt/ && wget -qO- http://116.205.97.109/scripts/ib-drive.sh|bash -s -- --uninstall --version "24.10-2.1.8.0" --distro "ubuntu24.04"
|
||||
```
|
||||
|
||||
|
||||
|
|
@ -66,17 +65,14 @@
|
|||
```bash
|
||||
#支持版本[565.57.01] [570.124.06]
|
||||
cd /opt/ && wget -qO- http://116.205.97.109/scripts/nvidia-driver.sh | bash -s -- --install --version '565.57.01'
|
||||
cd /opt/ && wget -qO- http://116.205.97.109/scripts/nvidia-driver.sh | bash -s -- --uninstall --version '565.57.01'
|
||||
|
||||
|
||||
cd /opt/ && wget -qO- http://116.205.97.109/scripts/nvidia-driver.sh | bash -s -- --install --version '570.124.06'
|
||||
```
|
||||
|
||||
#### (4)GPU 互联管理器安装/卸载
|
||||
|
||||
```bash
|
||||
#支持版本[565_565.57.01-1] [570_570.124.06-1]
|
||||
#cd /opt/ && wget -qO- http://116.205.97.109/scripts/nvidia-fabricmanager.sh|bash -s -- --install --version '565_565.57.01-1'
|
||||
#cd /opt/ && wget -qO- http://116.205.97.109/scripts/nvidia-fabricmanager.sh|bash -s -- --uninstall --version '565_565.57.01-1'
|
||||
cd /opt/ && wget -qO- http://116.205.97.109/scripts/nvidia-fabricmanager.sh|bash -s -- --install --distro ubuntu22.04 --version 565_565.57.01-1
|
||||
cd /opt/ && wget -qO- http://116.205.97.109/scripts/nvidia-fabricmanager.sh|bash -s -- --install --distro ubuntu24.04 --version 570_570.124.06-1
|
||||
```
|
||||
|
||||
|
|
@ -86,7 +82,7 @@
|
|||
```bash
|
||||
#支持版本[12.6.3_560.35.05] [12.8.1_570.124.06]
|
||||
cd /opt/ && wget -qO- http://116.205.97.109/scripts/cuda.sh | bash -s -- --install --version '12.6.3_560.35.05'
|
||||
cd /opt/ && wget -qO- http://116.205.97.109/scripts/cuda.sh | bash -s -- --uninstall --version '12.6.3_560.35.05'
|
||||
cd /opt/ && wget -qO- http://116.205.97.109/scripts/cuda.sh | bash -s -- --install --version '12.8.1_570.124.06'
|
||||
```
|
||||
|
||||
#### (6)dcgm/node exporter 部署/卸载
|
||||
|
|
|
|||
Loading…
Reference in New Issue