Hi all.
I have deepstream-test5-app custom run on Jetson Xavier NX not use docker, But now i want to run it in docker container like Jetson-cloudnative-demo.
So How can i create docker image include deepstream-test5-app custom to run on Jetson Xavier NX
Thank all
• Hardware Platform Jetson • DeepStream 5.0 • JetPack Version 4.4 • TensorRT Version 7.1
HI,
You can start with container listed in this documentation, see part “A Docker Container for Jetson” https://docs.nvidia.com/metropolis/deepstream/dev-guide/text/DS_docker_containers.html
when start with docker, you can mount the test5 sample to docker workspace. or you can build your own docker container starting with Base docker listed in the documentation.
some reference,