Răsfoiți Sursa

Use fakeroot for NVIDIA driver

Seungmin Kim 1 an în urmă
părinte
comite
a89ccd4076
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      entrypoint.sh

+ 1 - 1
entrypoint.sh

@@ -56,7 +56,7 @@ if ! command -v nvidia-xconfig &> /dev/null; then
   sh "NVIDIA-Linux-${DRIVER_ARCH}-${DRIVER_VERSION}.run" -x
   cd "NVIDIA-Linux-${DRIVER_ARCH}-${DRIVER_VERSION}"
   # Run installation without the kernel modules and host components
-  ./nvidia-installer --silent \
+  sudo ./nvidia-installer --silent \
                     --no-kernel-module \
                     --install-compat32-libs \
                     --no-nouveau-check \