Skip to content

Commit 7179efc

Browse files
committed
change gpu driver installation command for amd64 vm build
Signed-off-by: Koray Oksay <koray.oksay@gmail.com>
1 parent bc437c9 commit 7179efc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/gha-runner-vm/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -691,7 +691,7 @@ build {
691691
692692
provisioner "shell" {
693693
execute_command = "sudo sh -c '{{ .Vars }} {{ .Path }}'"
694-
inline = ["apt install -y ubuntu-drivers-common", "ubuntu-drivers install nvidia:570-server"]
694+
inline = ["apt install -y nvidia-driver-570-server nvidia-utils-570-server"]
695695
}`
696696
}
697697

0 commit comments

Comments
 (0)