NVIDIA / TensorRT

NVIDIA® TensorRT™ is an SDK for high-performance deep learning inference on NVIDIA GPUs. This repository contains the open source components of TensorRT.
https://developer.nvidia.com/tensorrt
Apache License 2.0
10.51k stars 2.1k forks source link

Installation tips #793

Open justinblaber opened 3 years ago

justinblaber commented 3 years ago

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

dianhong01 commented 3 years ago

Manage Docker as a non-root user

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

mk-nvidia commented 3 years ago

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

nvpohanh commented 2 years ago

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

lix19937 commented 2 months ago

+1, Some have in readme.md.