Open justinblaber opened 4 years ago
Manage Docker as a non-root user
I also set sudo chmod 666 /var/run/docker.sock
.
@justinblaber Thanks for the suggestions, we'll keep these in mind for the next release.
@mk-nvidia Has this been fixed in latest master?
+1, Some have in readme.md.
Two things which should maybe be added to the README:
1) First, the user should be added to the
docker
group so the docker build commands can run without sudo. When its run with sudo it complains about added user 0 (conflict with root)2) At the end you need to run
make install
to ensure the built files are copied over to your tensorrt installationMight sound stupid but its nice just doing the install on autopilot and having everything work