TensorRT icon indicating copy to clipboard operation
TensorRT copied to clipboard

Installation tips

Open justinblaber opened this issue 5 years ago • 4 comments

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 installation

Might sound stupid but its nice just doing the install on autopilot and having everything work

justinblaber avatar Sep 23 '20 00:09 justinblaber

Manage Docker as a non-root user

I also set sudo chmod 666 /var/run/docker.sock.

dianhong01 avatar Sep 25 '20 06:09 dianhong01

@justinblaber Thanks for the suggestions, we'll keep these in mind for the next release.

mk-nvidia avatar Nov 10 '20 23:11 mk-nvidia

@mk-nvidia Has this been fixed in latest master?

nvpohanh avatar Jun 15 '22 11:06 nvpohanh

+1, Some have in readme.md.

lix19937 avatar Jun 15 '24 02:06 lix19937