-
Notifications
You must be signed in to change notification settings - Fork 2k
Comments
This is happening inside a container, and in this container This volume maps to I'm not sure how you encountered this issue, folder |
Thanks for the leads!
I think my user is part of the docker group, but maybe root isn't. Perhaps that causes a problem when I try to `sudo make install`.
And about permissions on `tools/bin`, what should those be? Owned by root, 755? I may have tried to make as my own casual user, after the failed attempts with sudo.
Thanks for the help!
|
I was able to recreate a similar error message using From your initial post, it doesn't seem to be what you did, but it confirms there is something fishy on the permissions. The permissions you mentioned look fine, but you can simply erase 'tools/bin', it's not part of the git repo. |
It would be interesting to know what's going on in your particular case. As a workaround you can always use the release tarball/package: https://github.com/NVIDIA/nvidia-docker/releases |
@flx42 I bet I did that actually - I was trying several commands and permutations of with or without sudo and make / make install. My bad for not thinking about permissions. Thanks for identifying that. @3XX0 Good to know. I didn't install from the deb because it was from an older commit on the repo... But now I see that the commit only impacted the cudnn dockerfile. Thanks again for your help! This was definitely user error on my part. |
Sorry to resurrect a dead thread, but I thought this was worth mentioning in case someone else runs across this. I hit the same error as issue as issue #49 and was able to get around it by disabling selinux ( |
I'm getting the following error when I run
sudo make install
:It seems like it's trying to write to a directory that doesn't exist...
I eventually fixed the issue by editing the Makefile in
tools/
, where I removed:/go/bin
at line 27 (as of hash e7b7922).Am I doing something wrong? Am I the only person who experienced this?
Running on Ubuntu 14.04.
The text was updated successfully, but these errors were encountered: