From a61e9112da7acba46e9c7ef8ff71de3abcc7a13a Mon Sep 17 00:00:00 2001 From: joy Date: Wed, 24 Sep 2025 10:06:57 +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, 9 insertions(+), 1 deletion(-) diff --git a/scripts/README.md b/scripts/README.md index 341b200..5c463b8 100644 --- a/scripts/README.md +++ b/scripts/README.md @@ -107,7 +107,15 @@ cd /opt/ && wget -qO- http://116.205.97.109/scripts/docker.sh | bash -s -- --uninstall --version '5:28.4.0-1~ubuntu.24.04~noble' ``` -#### (8)批量组件安装/卸载 +#### (9)Docker 安装/卸载 + + ```bash + #支持版本[1.17.6-1,1.17.7-1,1.17.8-1.....] + cd /opt/ && wget -qO- http://116.205.97.109/scripts/nvidia-container-toolkit.sh | bash -s -- --install --version '1.17.6-1' + 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安装/卸载 ![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)