**• Hardware Platform: RTX A4000
**• DeepStream Version: 7.1
The issue that I am facing is the following. I am trying to build the container in the terminal using the installed graph references that come with graph composer and deepstream. The error that I receive is attached
This may be caused by missing dependencies or the wrong version of dependencies.
It is recommended to use docker. Here is the complete command. I have tried it and it works.
To use the docker in docker feature, please install the DS-SDK on the host first, and then refer to the following command when creating a container.
# in host
wget --content-disposition 'https://api.ngc.nvidia.com/v2/resources/org/nvidia/deepstream/7.1/files?redirect=true&path=deepstream_sdk_v7.1.0_x86_64.tbz2' -O deepstream_sdk_v7.1.0_x86_64.tbz2
sudo tar jxvf deepstream_sdk_v7.1.0_x86_64.tbz2 -C /
#create a containter
docker run --gpus all -it --rm --net=host --privileged -v /usr/bin/docker:/usr/bin/docker -v /usr/libexec/docker:/usr/libexec/docker -v /var/run/docker.sock:/var/run/docker.sock nvcr.io/nvidia/deepstream:7.1-gc-triton-devel
# in container
gxf_server &
registry repo sync -n ngc-public
container_builder build -c /opt/nvidia/deepstream/deepstream/reference_graphs/deepstream-test1/ds_test1_container_builder_dgpu.yaml -d x86 -wd /opt/nvidia/deepstream/deepstream/reference_graphs/deepstream-test1/