Skip to content

Commit 6cee08c

Browse files
Wyatt Hickenmselim00
authored andcommitted
Ensure Nvidia repo install for Isolated regions
1 parent 99d6386 commit 6cee08c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ function rpm_install() {
2828
## TODO: consider switching to the AL nvidia repository for all partitions
2929
if [[ $(imds /latest/meta-data/services/partition) =~ ^aws-iso ]]; then
3030
sudo dnf install -y nvidia-release
31+
sudo dnf install -y nvidia-repo-s3
3132
sudo sed -i 's/$dualstack//g' /etc/yum.repos.d/amazonlinux-nvidia.repo
3233
else
3334
# Determine the domain based on the region

0 commit comments

Comments
 (0)