You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 12, 2023. It is now read-only.
After running the command in the README, and sshing into the resulting instance, it seems that the installation failed to complete:
$ ls /var/lib/nvidia/
NVIDIA-Linux-x86_64-418.67.run bin bin-workdir drivers drivers-workdir gpu-installer-env lib64 lib64-workdir run_installer.sh
$ ls /var/lib/nvidia/drivers
$ ls /var/lib/nvidia/drivers-workdir/
work
$ ls /var/lib/nvidia/drivers-workdir/work
ls: cannot open directory '/var/lib/nvidia/drivers-workdir/work': Permission denied
$ sudo ls /var/lib/nvidia/drivers-workdir/work
$ ls /var/lib/nvidia/lib64
$ ls /usr/local/nvidia
ls: cannot access '/usr/local/nvidia': No such file or directory
I don't know how to learn more about what happened; I can't find any logs (on the file system or on the google cloud console) that show anything about the installation process. Running run_installer.sh manually appears to complete the installation:
$ cd /var/lib/nvidia
$ sudo sh run_installer.sh
Is this intended?
The text was updated successfully, but these errors were encountered:
After running the command in the README, and sshing into the resulting instance, it seems that the installation failed to complete:
I don't know how to learn more about what happened; I can't find any logs (on the file system or on the google cloud console) that show anything about the installation process. Running
run_installer.sh
manually appears to complete the installation:Is this intended?
The text was updated successfully, but these errors were encountered: