From 5c71c5b0dc84df666c2f1590551908ef34d73036 Mon Sep 17 00:00:00 2001 From: joy Date: Sun, 20 Jul 2025 00:36: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 | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/scripts/README.md b/scripts/README.md index 22b810b..b85705a 100644 --- a/scripts/README.md +++ b/scripts/README.md @@ -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 部署/卸载