From 0fab3180e099013227c89d08d2ccaa3c1bddb0cc Mon Sep 17 00:00:00 2001 From: ysh Date: Thu, 17 Jul 2025 18:42:33 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E8=A1=A5=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- script/k8s_install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/k8s_install.sh b/script/k8s_install.sh index e6373b0..e474174 100644 --- a/script/k8s_install.sh +++ b/script/k8s_install.sh @@ -378,7 +378,7 @@ if lspci | grep -i nvidia > /dev/null 2>&1; then fi # 5. 验证 CUDA 安装 - nvcc -V + # nvcc -V log_info "nvidia-container-runtime 配置完成,containerd已重启" fi