Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error building the base docker due to unspecified depenency versions #32

Open
hamzaMahdi opened this issue Mar 24, 2022 · 0 comments
Open

Comments

@hamzaMahdi
Copy link

When building the base docker, it fails due to this error:
Depends: libnvinfer-dev (= 5.1.5-1+cuda10.1) but 8.2.3-1+cuda11.4 is to be installed
The solution was to replace the line:
apt install tensorrt python3-libnvinfer-dev -yqq
with
apt install tensorrt python3-libnvinfer=5.1.5-1+cuda10.1 python3-libnvinfer-dev=5.1.5-1+cuda10.1 -yqq

in the DockerFile of the base image!

hamzaMahdi added a commit to hamzaMahdi/bonnetal that referenced this issue Mar 24, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant