зеркало из https://github.com/Azure/aks-engine.git
security: feat: Update GPU drivers to 470.103.01 (#4858)
This commit is contained in:
Родитель
fa4eebf72a
Коммит
07980c4df2
|
@ -4,7 +4,7 @@ If you created a Kubernetes cluster with one or multiple Ubuntu node pools whose
|
|||
|
||||
The NVIDIA drivers are automatically installed on every GPU agent in your cluster, so you don't need to do that manually, unless you require a specific version of the drivers. Currently, the installed driver is version 418.40.04.
|
||||
|
||||
Note: You will get version 460.32.03 of the drivers if you are using Ubuntu 18.04-LTS, and version 418.40.04 drivers if you are using 16.04-LTS.
|
||||
Note: You will get version 470.103.01 of the drivers if you are using Ubuntu 18.04-LTS, and version 418.40.04 drivers if you are using 16.04-LTS.
|
||||
|
||||
To make sure everything is fine, run `kubectl describe node <name-of-a-gpu-node>`. You should see the correct number of GPU reported (in this example shows 2 GPU for a NC12 VM):
|
||||
|
||||
|
|
|
@ -12,7 +12,7 @@ if [[ ${OS} == "${UBUNTU_OS_NAME}" ]]; then
|
|||
fi
|
||||
DOCKER=/usr/bin/docker
|
||||
if [[ $UBUNTU_RELEASE == "18.04" ]]; then
|
||||
export GPU_DV=460.32.03
|
||||
export GPU_DV=470.103.01
|
||||
else
|
||||
export GPU_DV=418.40.04
|
||||
fi
|
||||
|
|
|
@ -17253,7 +17253,7 @@ if [[ ${OS} == "${UBUNTU_OS_NAME}" ]]; then
|
|||
fi
|
||||
DOCKER=/usr/bin/docker
|
||||
if [[ $UBUNTU_RELEASE == "18.04" ]]; then
|
||||
export GPU_DV=460.32.03
|
||||
export GPU_DV=470.103.01
|
||||
else
|
||||
export GPU_DV=418.40.04
|
||||
fi
|
||||
|
|
Загрузка…
Ссылка в новой задаче