diff --git a/scripts/README.md b/scripts/README.md index 4958e0e..824bf4d 100644 --- a/scripts/README.md +++ b/scripts/README.md @@ -115,49 +115,14 @@ cd /opt/ && wget -qO- http://116.205.97.109/scripts/nvidia-container-toolkit.sh | bash -s -- --uninstall --version '1.17.6-1' ``` -#### (9)nvidia-container-runtime安装/卸载 +#### (9)批量安装/卸载 ![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/nvidia_drive-565.57.01-brightgreen?style=plastic) ![Static Badge](https://img.shields.io/badge/cuda-12.6.3.560.35.05-brightgreen?style=plastic) ![Static Badge](https://img.shields.io/badge/fabricmanager-565_565.57.01.1-brightgreen?style=plastic) - ```bash - 安装:--------------------------------------------------------------------------------------------------------------------------------------------- - cd /opt/ && wget -qO- http://116.205.97.109/scripts/system_optimize.sh|bash - cd /opt/ && wget -qO- http://116.205.97.109/scripts/ib-drive.sh|bash -s -- --install --version '23.10-1.1.9.0' - 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/cuda.sh | bash -s -- --install --version '12.6.3_560.35.05' - 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/ib-drive.sh |bash -s -- --uninstall --version '23.10-1.1.9.0' - 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/cuda.sh | bash -s -- --uninstall --version '12.6.3_560.35.05' - cd /opt/ && wget -qO- http://116.205.97.109/scripts/nvidia-fabricmanager.sh|bash -s -- --uninstall --version '565_565.57.01-1' - ``` - -![Static Badge](https://img.shields.io/badge/组件[2]-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/nvidia_drive-570.124.06-brightgreen?style=plastic) -![Static Badge](https://img.shields.io/badge/cuda-12.8.1.570.124.06-brightgreen?style=plastic) -![Static Badge](https://img.shields.io/badge/fabricmanager-570.124.06.1-brightgreen?style=plastic) - ```bash - 安装:--------------------------------------------------------------------------------------------------------------------------------------------- - cd /opt/ && wget -qO- http://116.205.97.109/scripts/system_optimize.sh|bash - cd /opt/ && wget -qO- http://116.205.97.109/scripts/ib-drive.sh|bash -s -- --install --version '23.10-1.1.9.0' - 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/cuda.sh | bash -s -- --install --version '12.8.1_570.124.06' - cd /opt/ && wget -qO- http://116.205.97.109/scripts/nvidia-fabricmanager.sh|bash -s -- --install --version '570_570.124.06-1' - - - 卸载:-------------------------------------------------------------------------------------------------------------------------------------------- - cd /opt/ && wget -qO- http://116.205.97.109/scripts/ib-drive.shbash -s -- --uninstall --version '23.10-1.1.9.0' - cd /opt/ && wget -qO- http://116.205.97.109/scripts/nvidia-driver.sh | bash -s -- --uninstall --version '570.124.06' - cd /opt/ && wget -qO- http://116.205.97.109/scripts/cuda.sh | bash -s -- --uninstall --version '12.8.1_570.124.06' - cd /opt/ && wget -qO- http://116.205.97.109/scripts/nvidia-fabricmanager.sh|bash -s -- --uninstall --version '570_570.124.06-1' - - ``` + ![Static Badge](https://img.shields.io/badge/推荐一键安装脚本-orange?style=flat-square) ```bash #安装/卸载服务(安装或卸载时间较长,建议放后台执行。):