How could I add the python support a container base like this:
nvcr.io/nvidia/deepstream-l4t:4.0.2-19.12-base
Is it perhaps already there?
How could I add the python support a container base like this:
nvcr.io/nvidia/deepstream-l4t:4.0.2-19.12-base
Is it perhaps already there?
To clarify, my question is related to this announcement for the DeepStream SDK
You can get “GitHub - NVIDIA-AI-IOT/deepstream_python_apps: DeepStream SDK Python bindings and sample applications” in the container. They do not conflict.
Thank-you @ChrisDing. I got the python support by including the jetson bindings file
pyds.so
into the image, and making sure it was in the pythonpath.
Perhaps it could be included in the deepstream-l4t
base images on your nvcr.io repo?
Please follow 3.1 APPLICATIONS MAY BE DEPLOYED IN A DOCKER CONTAINER,
have the info about where to get container and how.