Skip to content
This repository has been archived by the owner on Jan 11, 2023. It is now read-only.

Commit

Permalink
update NVIDIA drivers to 396
Browse files Browse the repository at this point in the history
  • Loading branch information
wbuchwalter authored and jackfrancis committed Jun 8, 2018
1 parent e10316a commit 8fb8a38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/acsengine/engine.go
Original file line number Diff line number Diff line change
Expand Up @@ -445,7 +445,7 @@ func isCustomVNET(a []*api.AgentPoolProfile) bool {
func getGPUDriversInstallScript(profile *api.AgentPoolProfile) string {

// latest version of the drivers. Later this parameter could be bubbled up so that users can choose specific driver versions.
dv := "390.30"
dv := "396.26"
dest := "/usr/local/nvidia"
nvidiaDockerVersion := "2.0.3"
dockerVersion := "1.13.1-1"
Expand Down

0 comments on commit 8fb8a38

Please sign in to comment.