File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
content/zh-cn/docs/tasks/manage-gpus Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -171,7 +171,7 @@ requirements are satisfied:
171
171
- Kubelet 的容器运行时必须使用 Docker
172
172
- Docker 的[ 默认运行时] ( https://github.com/NVIDIA/k8s-device-plugin#preparing-your-gpu-nodes ) 必须设置为
173
173
` nvidia-container-runtime ` ,而不是 ` runc ` 。
174
- - NVIDIA 驱动程序的版本必须匹配 ~ = 361.93
174
+ - NVIDIA 驱动程序的版本必须匹配 ~ = 384.81
175
175
176
176
如果你的集群已经启动并且满足上述要求的话,可以这样部署 NVIDIA 设备插件:
177
177
@@ -203,8 +203,8 @@ You can use the following commands to install the NVIDIA drivers and device plug
203
203
-->
204
204
你可以使用下面的命令来安装 NVIDIA 驱动以及设备插件:
205
205
206
- ```
207
- # 在 COntainer -Optimized OS 上安装 NVIDIA 驱动:
206
+ ``` shell
207
+ # 在 Container -Optimized OS 上安装 NVIDIA 驱动:
208
208
kubectl create -f https://raw.githubusercontent.com/GoogleCloudPlatform/container-engine-accelerators/stable/daemonset.yaml
209
209
210
210
# 在 Ubuntu 上安装 NVIDIA 驱动 (实验性质):
You can’t perform that action at this time.
0 commit comments