Skip to content
This repository was archived by the owner on Mar 20, 2025. It is now read-only.

Deepstream docker file error #3

Open
homembit opened this issue May 9, 2024 · 0 comments
Open

Deepstream docker file error #3

homembit opened this issue May 9, 2024 · 0 comments

Comments

@homembit
Copy link

homembit commented May 9, 2024

Current version of python bindings deprecated the deepstream 6.1.1 container dependencies:

This release only supports Ubuntu 22.04 for DeepStreamSDK 7.0 with Python 3.10 and gst-python 1.20.3! Ubuntu 20.04 for DeepStreamSDK 6.3 with Python 3.8 support is NOW DEPRECATED

This cause an error on dockerfile, here:

WORKDIR /opt/nvidia/deepstream/deepstream/sources/deepstream_python_apps/3rdparty/gst-python
RUN ./autogen.sh

The 3rdparty/gst-python folder don't exists.

Changing the repo tag to v1.1.4 fixes it (line 15 on deepstream dockerfile):

git clone --depth 1 --branch v1.1.4 https://github.com/NVIDIA-AI-IOT/deepstream_python_apps.git

I tested with newest tags and it gets compile error.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant