Skip to content

Commit 8760dcb

Browse files
authored
Merge pull request #36794 from tico88612/patch-1
Fixed zh-CN Document the version of the NVIDIA drivers to 384.81
2 parents 2096869 + 641f8d6 commit 8760dcb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

content/zh-cn/docs/tasks/manage-gpus/scheduling-gpus.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ requirements are satisfied:
171171
- Kubelet 的容器运行时必须使用 Docker
172172
- Docker 的[默认运行时](https://github.com/NVIDIA/k8s-device-plugin#preparing-your-gpu-nodes)必须设置为
173173
`nvidia-container-runtime`,而不是 `runc`
174-
- NVIDIA 驱动程序的版本必须匹配 ~= 361.93
174+
- NVIDIA 驱动程序的版本必须匹配 ~= 384.81
175175

176176
如果你的集群已经启动并且满足上述要求的话,可以这样部署 NVIDIA 设备插件:
177177

@@ -203,8 +203,8 @@ You can use the following commands to install the NVIDIA drivers and device plug
203203
-->
204204
你可以使用下面的命令来安装 NVIDIA 驱动以及设备插件:
205205

206-
```
207-
# 在 COntainer-Optimized OS 上安装 NVIDIA 驱动:
206+
```shell
207+
#Container-Optimized OS 上安装 NVIDIA 驱动:
208208
kubectl create -f https://raw.githubusercontent.com/GoogleCloudPlatform/container-engine-accelerators/stable/daemonset.yaml
209209

210210
# 在 Ubuntu 上安装 NVIDIA 驱动 (实验性质):

0 commit comments

Comments
 (0)