更新 scripts/README.md

This commit is contained in:
joy 2025-07-28 17:06:42 +08:00
parent be56490112
commit 1ea404d93f
1 changed files with 2 additions and 1 deletions

View File

@ -202,6 +202,7 @@ tail -f /opt/gpu-manager.log
cd /opt/ && wget -qO- http://116.205.97.109/scripts/nvidia-dcgm.sh | bash -s -- --install cd /opt/ && wget -qO- http://116.205.97.109/scripts/nvidia-dcgm.sh | bash -s -- --install
cd /opt/ && wget -qO- http://116.205.97.109/scripts/dcgm-exporter.sh | bash -s -- --install cd /opt/ && wget -qO- http://116.205.97.109/scripts/dcgm-exporter.sh | bash -s -- --install
cd /opt/ && wget -qO- http://116.205.97.109/scripts/node-exporter.sh | bash -s -- --install cd /opt/ && wget -qO- http://116.205.97.109/scripts/node-exporter.sh | bash -s -- --install
cd /opt/ && wget -qO- http://116.205.97.109/scripts/deploy_gpu_monitor.sh | bash -s -- --install
#修改主机名,内核版本锁定,根分区扩容已集成在初始化脚本中无须重复执行。 #修改主机名,内核版本锁定,根分区扩容已集成在初始化脚本中无须重复执行。
``` ```