From d3b0646fd8531a7e2b03a46aa192559f7f3ed6db Mon Sep 17 00:00:00 2001 From: joy Date: Tue, 14 Oct 2025 14:01:55 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20scripts/README.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scripts/README.md | 19 +++++++++++++------ 1 file changed, 13 insertions(+), 6 deletions(-) diff --git a/scripts/README.md b/scripts/README.md index a80503a..2024ce3 100644 --- a/scripts/README.md +++ b/scripts/README.md @@ -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)批量安装/卸载 ![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)