Skip to content

Commit

Permalink
Isolated AL2023 build - Install Nvidia driver (#2090)
Browse files Browse the repository at this point in the history
* AL2023 Isolated build fix removing nvidia open drivers, install nvidia container toolkit from repo

---------

Co-authored-by: Wyatt Hicken <[email protected]>
  • Loading branch information
whoix and Wyatt Hicken authored Dec 12, 2024
1 parent c7c06bd commit e297621
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions templates/al2023/provisioners/install-nvidia-driver.sh
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@ sudo dnf -y install nvidia-fabric-manager
if is-isolated-partition; then
sudo dnf -y install nvidia-container-toolkit
sudo dnf -y install "nvidia-persistenced-${NVIDIA_DRIVER_MAJOR_VERSION}.*"
sudo dnf -y install "nvidia-driver"
else
sudo dnf -y install nvidia-container-toolkit
fi
Expand Down

0 comments on commit e297621

Please sign in to comment.