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 母机增强配置