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

Deepstream docker file error #3

@homembit

Description

@homembit

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions