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

Installing in Dockerfile breaks Deepstream installation #19

Open
mfoglio opened this issue Mar 22, 2022 · 0 comments
Open

Installing in Dockerfile breaks Deepstream installation #19

mfoglio opened this issue Mar 22, 2022 · 0 comments

Comments

@mfoglio
Copy link

mfoglio commented Mar 22, 2022

I am installing this package using pip within a Dockerfile build:
RUN pip3 install git+https://github.com/jackersson/gstreamer-python.git#egg=gstreamer-python
The base image I am using is the Deepstream image nvcr.io/nvidia/deepstream:6.0.1-devel. If I do this, when I run the container, Deepstream plugins can't be found anymore (e.g. get-inspect-1.0 nvinfer can't find nvinfer). However, if I install this very library (in the same way) within the container (vs during the docker build) I have no issues and everything works fine: Deepstream plugins can be found.
Any hint on what could be causing this issue?

@mfoglio mfoglio changed the title Installing in Dockerfile breaks Deepstream Installing in Dockerfile breaks Deepstream installation Mar 22, 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