更新 scripts/README.md
This commit is contained in:
parent
f88ddb15cb
commit
77cabe9fe5
|
|
@ -115,49 +115,14 @@
|
|||
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安装/卸载
|
||||
#### (9)批量安装/卸载
|
||||
|
||||

|
||||

|
||||

|
||||

|
||||

|
||||
```bash
|
||||
安装:---------------------------------------------------------------------------------------------------------------------------------------------
|
||||
cd /opt/ && wget -qO- http://116.205.97.109/scripts/system_optimize.sh|bash
|
||||
cd /opt/ && wget -qO- http://116.205.97.109/scripts/ib-drive.sh|bash -s -- --install --version '23.10-1.1.9.0'
|
||||
cd /opt/ && wget -qO- http://116.205.97.109/scripts/nvidia-driver.sh | bash -s -- --install --version '565.57.01'
|
||||
cd /opt/ && wget -qO- http://116.205.97.109/scripts/cuda.sh | bash -s -- --install --version '12.6.3_560.35.05'
|
||||
cd /opt/ && wget -qO- http://116.205.97.109/scripts/nvidia-fabricmanager.sh|bash -s -- --install --version '565_565.57.01-1'
|
||||
|
||||
卸载:---------------------------------------------------------------------------------------------------------------------------------------------
|
||||
cd /opt/ && wget -qO- http://116.205.97.109/scripts/ib-drive.sh |bash -s -- --uninstall --version '23.10-1.1.9.0'
|
||||
cd /opt/ && wget -qO- http://116.205.97.109/scripts/nvidia-driver.sh | bash -s -- --uninstall --version '565.57.01'
|
||||
cd /opt/ && wget -qO- http://116.205.97.109/scripts/cuda.sh | bash -s -- --uninstall --version '12.6.3_560.35.05'
|
||||
cd /opt/ && wget -qO- http://116.205.97.109/scripts/nvidia-fabricmanager.sh|bash -s -- --uninstall --version '565_565.57.01-1'
|
||||
```
|
||||
|
||||

|
||||

|
||||

|
||||

|
||||

|
||||
```bash
|
||||
安装:---------------------------------------------------------------------------------------------------------------------------------------------
|
||||
cd /opt/ && wget -qO- http://116.205.97.109/scripts/system_optimize.sh|bash
|
||||
cd /opt/ && wget -qO- http://116.205.97.109/scripts/ib-drive.sh|bash -s -- --install --version '23.10-1.1.9.0'
|
||||
cd /opt/ && wget -qO- http://116.205.97.109/scripts/nvidia-driver.sh | bash -s -- --install --version '570.124.06'
|
||||
cd /opt/ && wget -qO- http://116.205.97.109/scripts/cuda.sh | bash -s -- --install --version '12.8.1_570.124.06'
|
||||
cd /opt/ && wget -qO- http://116.205.97.109/scripts/nvidia-fabricmanager.sh|bash -s -- --install --version '570_570.124.06-1'
|
||||
|
||||
|
||||
卸载:--------------------------------------------------------------------------------------------------------------------------------------------
|
||||
cd /opt/ && wget -qO- http://116.205.97.109/scripts/ib-drive.shbash -s -- --uninstall --version '23.10-1.1.9.0'
|
||||
cd /opt/ && wget -qO- http://116.205.97.109/scripts/nvidia-driver.sh | bash -s -- --uninstall --version '570.124.06'
|
||||
cd /opt/ && wget -qO- http://116.205.97.109/scripts/cuda.sh | bash -s -- --uninstall --version '12.8.1_570.124.06'
|
||||
cd /opt/ && wget -qO- http://116.205.97.109/scripts/nvidia-fabricmanager.sh|bash -s -- --uninstall --version '570_570.124.06-1'
|
||||
|
||||
```
|
||||
|
||||

|
||||
```bash
|
||||
#安装/卸载服务(安装或卸载时间较长,建议放后台执行。):
|
||||
|
|
|
|||
Loading…
Reference in New Issue