From ffbe6b2b0129ac8b818bc36a89e1c53fa62efb4e Mon Sep 17 00:00:00 2001 From: joy Date: Sat, 8 Nov 2025 14:16:03 +0800 Subject: [PATCH] 122121 12121 --- scripts/README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/scripts/README.md b/scripts/README.md index 67b5496..59ace0b 100644 --- a/scripts/README.md +++ b/scripts/README.md @@ -121,6 +121,14 @@ 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' #查看版本:nvidia-container-runtime --version|head -1 + +``` + +#### (10)nfs 安装/卸载 + + ```bash + cd /opt/ && wget -qO- http://116.205.97.109/scripts/nfs.sh | bash -s -- --install --share-dirs=/opt/data + cd /opt/ && wget -qO- http://116.205.97.109/scripts/nfs.sh | bash -s -- --install --share-dirs=/opt/data ``` #### (10)Clonezilla 母机增强配置