Skip to content

Commit 3a0fa5c

Browse files
authored
fix(al2023/nvidia): Remove incorrect assignment of variable (#2504)
`EC2_GRID_DRIVER_S3_BUCKET` is supposed to be set by the packer setup. So it should not be set in this shell script. With this line, the override in the packer definition is not respected.
1 parent 0f5c129 commit 3a0fa5c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

templates/al2023/provisioners/install-nvidia-driver.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ fi
1010

1111
MACHINE=$(uname -m)
1212
readonly MACHINE
13-
readonly EC2_GRID_DRIVER_S3_BUCKET="ec2-linux-nvidia-drivers"
1413

1514
function rpm_install() {
1615
local RPMS

0 commit comments

Comments
 (0)