12121
This commit is contained in:
joy 2025-11-08 14:16:03 +08:00
parent 1607f82445
commit ffbe6b2b01
1 changed files with 8 additions and 0 deletions

View File

@ -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 -- --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' 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 #查看版本nvidia-container-runtime --version|head -1
```
#### 10nfs 安装/卸载
```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
``` ```
#### 10Clonezilla 母机增强配置 #### 10Clonezilla 母机增强配置