Skip to content

Commit

Permalink
build(nvidia): install nvidia-imex driver (#2136)
Browse files Browse the repository at this point in the history
  • Loading branch information
ndbaker1 authored Feb 13, 2025
1 parent 0030ac5 commit 0359363
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 @@ -119,6 +119,7 @@ sudo systemctl enable set-nvidia-clocks.service
### Install other dependencies #################################################
################################################################################
sudo dnf -y install nvidia-fabric-manager
sudo dnf -y install "nvidia-imex-${NVIDIA_DRIVER_MAJOR_VERSION}.*"

# NVIDIA Container toolkit needs to be locally installed for isolated partitions, also install NVIDIA-Persistenced
if is-isolated-partition; then
Expand Down

0 comments on commit 0359363

Please sign in to comment.