About the size of the baseline docker image

• Hardware Platform (Jetson / GPU) Jetson
• DeepStream Version 7.1
• JetPack Version (valid for Jetson only) 6.1
• TensorRT Version
• NVIDIA GPU Driver Version (valid for GPU only)
• Issue Type( questions, new requirements, bugs) questions
• How to reproduce the issue ? (This is for bugs. Including which sample app is using, the configuration files content, the command line used and other details for reproducing)
• Requirement details( This is for new requirement. Including the module name-for which plugin or for which sample application, the function description)

Hi, I have a question about the size of the deepstream docker image.
Back in version 6.2 or less, the image size was around 10GB.
But when I tried 7.1 with nvcr.io/nvidia/deepstream:7.1-gc-triton-devel, I found that the file size is 22.5GB.
(Considering the volume of the jetson board, I guess the size of the baseline image seems to be too big)
So I wonder why the size keeps growing and if there is any way I can reduce the image size.

How did you get the 22.5G size? In theory, it should be about 11.95G from the NGC info.

Sorry, you are right. I pulled the image for dGPU.
The size of the image for dGPU is 22.5GB.
So it will not be applied to jetson.
Is there any way I can reduce the docker image size for dGPU image?

The deepstream:7.1-gc-triton-devel docker is only supported on x86 device. But you are using a Jetson device.
For jetson, we suggest you using the deepstream:7.1-triton-multiarch docker and it’s 10.26 GB.

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.