parent
1607f82445
commit
ffbe6b2b01
|
|
@ -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 母机增强配置
|
||||
|
|
|
|||
Loading…
Reference in New Issue