Installation tips
Nobody has claimed this yet.
- Dominant language
- C++
- Stars
- 13.4k
- Forks
- 2.4k
- Avg merge
- 5d 3h
- Merged PRs (30d)
- 2
Description
Two things which should maybe be added to the README:
-
First, the user should be added to the
dockergroup so the docker build commands can run without sudo. When its run with sudo it complains about added user 0 (conflict with root) -
At the end you need to run
make installto 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
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Update the README installation instructions with the two steps described in the issue: adding the user to the docker group and running make install after building. Check the existing installation section first; the work is done when a fresh installation can follow these steps without sudo-related build errors or missing installed files.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- docker
- Domain
- build-system, documentation
- Issue type
- Documentation
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 50/100