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 22, 2024. It is now read-only.
Sorry, finding a separate issue from my other one (#49)...
Starting from a clean repo, I'm finding that sudo make install fails because root can't write to nvidia-docker/tools/. Specifically:
$ cd ~/src
$ git clone https://github.com/NVIDIA/nvidia-docker
$ cd nvidia-docker/
$ sudo make install
...
Successfully built 3ce152a99c3e
mkdir: cannot create directory ‘<home>/src/nvidia-docker/tools/bin’: Permission denied
make[1]: *** [build] Error 1
make[1]: Leaving directory `<home>/src/nvidia-docker/tools'
make: *** [install] Error 2
I was able to fix this by granting write permissions to all users for nvidia-docker/, recursively. The original permissions on the folder were rwxr-xr-x <myself> <myprimarygroup>.
Should I do something different to make this work out of the box?
The text was updated successfully, but these errors were encountered:
Sorry, finding a separate issue from my other one (#49)...
Starting from a clean repo, I'm finding that
sudo make install
fails because root can't write tonvidia-docker/tools/
. Specifically:I was able to fix this by granting write permissions to all users for
nvidia-docker/
, recursively. The original permissions on the folder wererwxr-xr-x <myself> <myprimarygroup>
.Should I do something different to make this work out of the box?
The text was updated successfully, but these errors were encountered: