Skip to content

Commit ff2d0c1

Browse files
author
AidanAbd
committed
fix: drop driver version
1 parent 54921cc commit ff2d0c1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sysbox-eks.pkr.hcl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ variable "ubuntu_version" {
1010

1111
variable "sysbox_version" {
1212
type = string
13-
default = "0.6.5"
13+
default = "0.6.7"
1414

1515
validation {
1616
condition = can(regex("^\\d+\\.\\d+\\.\\d+$", var.sysbox_version))
@@ -35,7 +35,7 @@ variable "cuda_version" {
3535

3636
variable "cuda_driver_version" {
3737
type = string
38-
default = "560.35.05"
38+
default = "530.30.02""
3939
}
4040
4141
packer {

0 commit comments

Comments
 (0)