forked from yindun/ansible-devops
更新 scripts/README.md
This commit is contained in:
parent
c26b7cfe79
commit
d3b0646fd8
|
|
@ -59,8 +59,15 @@
|
|||
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"
|
||||
```
|
||||
|
||||
#### (3)IB 网卡排序
|
||||
|
||||
```bash
|
||||
#支持版本[23.10-1.1.9.0]
|
||||
cd /opt/ && wget -qO- http://116.205.97.109/scripts/ib.sh|bash -s -- --install
|
||||
```
|
||||
|
||||
|
||||
#### (3)Nvidia 显卡驱动安装/卸载
|
||||
#### (4)Nvidia 显卡驱动安装/卸载
|
||||
|
||||
```bash
|
||||
#支持版本[565.57.01] [570.124.06]
|
||||
|
|
@ -68,7 +75,7 @@
|
|||
cd /opt/ && wget -qO- http://116.205.97.109/scripts/nvidia-driver.sh | bash -s -- --install --version '570.124.06'
|
||||
```
|
||||
|
||||
#### (4)GPU 互联管理器安装/卸载
|
||||
#### (5)GPU 互联管理器安装/卸载
|
||||
|
||||
```bash
|
||||
#支持版本[565_565.57.01-1] [570_570.124.06-1]
|
||||
|
|
@ -77,7 +84,7 @@
|
|||
```
|
||||
|
||||
|
||||
#### (5)NVIDIA CUDA 工具包部署/卸载
|
||||
#### (6)NVIDIA CUDA 工具包部署/卸载
|
||||
|
||||
```bash
|
||||
#支持版本[12.6.3_560.35.05] [12.8.1_570.124.06]
|
||||
|
|
@ -85,7 +92,7 @@
|
|||
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 部署/卸载
|
||||
#### (7)dcgm/node exporter 部署/卸载
|
||||
|
||||
```bash
|
||||
cd /opt/ && wget -qO- http://116.205.97.109/scripts/nvidia-dcgm.sh | bash -s -- --install
|
||||
|
|
@ -99,7 +106,7 @@
|
|||
cd /opt/ && wget -qO- http://116.205.97.109/scripts/deploy_gpu_monitor.sh | bash -s -- --uninstall
|
||||
```
|
||||
|
||||
#### (7)Docker 安装/卸载
|
||||
#### (8)Docker 安装/卸载
|
||||
|
||||
```bash
|
||||
#支持版本[5:28.4.0-1~ubuntu.24.04~noble]
|
||||
|
|
@ -116,7 +123,7 @@
|
|||
#查看版本:nvidia-container-runtime --version|head -1
|
||||
```
|
||||
|
||||
#### (9)批量安装/卸载
|
||||
#### (10)批量安装/卸载
|
||||
|
||||

|
||||

|
||||
|
|
|
|||
Loading…
Reference in New Issue