Description
Hello,
In DeepStream 6.2, a minimal base image is available at nvcr.io/nvidia/deepstream-l4t:6.2-base
.
For DeepStream 7.1, however, I could only find nvcr.io/nvidia/deepstream:7.1-samples-multiarch
.
Is there a minimal base image available for DeepStream 7.1 that is intended for release (not for development purposes and without samples, such as deepstream-app
or deepstream_python_apps
)?
If not, could you provide detailed instructions or guidance on how to create such a minimal base image from scratch?
I came across building-jetson-ds-docker-images, and more specifically, these instructions-for-building-jetson-ds-samples-docker-image.
If I just want the base image for releasing a custom DeepStream app without samples (deepstream-app
or deepstream_python_apps
and other useless stuff), how should I modify the following files?
deepstream_dockers/setup_x86_cross_compile_jetson.sh
deepstream_dockers/setup_jetson_build.sh
deepstream_dockers/docker/Dockerfile_Jetson_Run
Are there other files I need to adjust?
Thank you!
Environment
TensorRT Version: 10.3
GPU Type: Orin NX 16 GB
Nvidia Driver Version: 540.0
CUDA Version: 12.6
CUDNN Version: 9.3
Operating System + Version: : Ubuntu 22.04
Python Version: 3.10