forked from yindun/ansible-devops
更新 scripts/README.md
This commit is contained in:
parent
3bd6d94486
commit
a61e9112da
|
|
@ -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安装/卸载
|
||||
|
||||

|
||||

|
||||
|
|
|
|||
Loading…
Reference in New Issue