This repository was archived by the owner on Jan 22, 2024. It is now read-only.

Description
I'm getting the following error when I run sudo make install:
...
go install nvidia-docker-plugin: open /go/bin/nvidia-docker-plugin: permission denied
go install nvidia-docker: open /go/bin/nvidia-docker: permission denied
make[1]: *** [build] Error 1
make[1]: Leaving directory `<path to nvidia-docker>/nvidia-docker/tools'
make: *** [install] Error 2
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.