Skip to content

Commit

Permalink
fix(nvidia): Install 32 bit driver libraries (#336)
Browse files Browse the repository at this point in the history
  • Loading branch information
EyeCantCU authored Sep 15, 2023
1 parent d23273c commit ed724e0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nvidia-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,6 @@ fi

rpm-ostree install \
xorg-x11-drv-${NVIDIA_PACKAGE_NAME}-{,cuda-,devel-,kmodsrc-,power-}${NVIDIA_FULL_VERSION} \
xorg-x11-drv-${NVIDIA_PACKAGE_NAME}-libs-{,cuda-}${NVIDIA_FULL_VERSION}.i686 \
nvidia-container-toolkit nvidia-vaapi-driver supergfxctl ${VARIANT_PKGS} \
/tmp/akmods-rpms/kmods/kmod-${NVIDIA_PACKAGE_NAME}-${KERNEL_VERSION}-${NVIDIA_AKMOD_VERSION}.fc${RELEASE}.rpm

0 comments on commit ed724e0

Please sign in to comment.