更新 scripts/README.md

This commit is contained in:
joy 2025-10-14 14:01:55 +08:00
parent c26b7cfe79
commit d3b0646fd8
1 changed files with 13 additions and 6 deletions

View File

@ -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" 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"
``` ```
#### 3IB 网卡排序
```bash
#支持版本[23.10-1.1.9.0]
cd /opt/ && wget -qO- http://116.205.97.109/scripts/ib.sh|bash -s -- --install
```
#### 3Nvidia 显卡驱动安装/卸载 #### 4Nvidia 显卡驱动安装/卸载
```bash ```bash
#支持版本[565.57.01] [570.124.06] #支持版本[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' cd /opt/ && wget -qO- http://116.205.97.109/scripts/nvidia-driver.sh | bash -s -- --install --version '570.124.06'
``` ```
#### 4GPU 互联管理器安装/卸载 #### 5GPU 互联管理器安装/卸载
```bash ```bash
#支持版本[565_565.57.01-1] [570_570.124.06-1] #支持版本[565_565.57.01-1] [570_570.124.06-1]
@ -77,7 +84,7 @@
``` ```
#### 5NVIDIA CUDA 工具包部署/卸载 #### 6NVIDIA CUDA 工具包部署/卸载
```bash ```bash
#支持版本[12.6.3_560.35.05] [12.8.1_570.124.06] #支持版本[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' cd /opt/ && wget -qO- http://116.205.97.109/scripts/cuda.sh | bash -s -- --install --version '12.8.1_570.124.06'
``` ```
#### 6dcgm/node exporter 部署/卸载 #### 7dcgm/node exporter 部署/卸载
```bash ```bash
cd /opt/ && wget -qO- http://116.205.97.109/scripts/nvidia-dcgm.sh | bash -s -- --install 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 cd /opt/ && wget -qO- http://116.205.97.109/scripts/deploy_gpu_monitor.sh | bash -s -- --uninstall
``` ```
#### 7Docker 安装/卸载 #### 8Docker 安装/卸载
```bash ```bash
#支持版本[5:28.4.0-1~ubuntu.24.04~noble] #支持版本[5:28.4.0-1~ubuntu.24.04~noble]
@ -116,7 +123,7 @@
#查看版本nvidia-container-runtime --version|head -1 #查看版本nvidia-container-runtime --version|head -1
``` ```
#### 9)批量安装/卸载 #### 10)批量安装/卸载
![Static Badge](https://img.shields.io/badge/组件[1]-orange?style=flat-square) ![Static Badge](https://img.shields.io/badge/组件[1]-orange?style=flat-square)
![Static Badge](https://img.shields.io/badge/mlnx_ofed-23.10.1.1.9.0-brightgreen?style=plastic) ![Static Badge](https://img.shields.io/badge/mlnx_ofed-23.10.1.1.9.0-brightgreen?style=plastic)