Hi everyone,
Has anyone successfully deployed Doubango ALPR SDK on Jetson Orin using Docker?
I am currently using the following command:
sudo docker run -ti --rm --privileged --gpus all --runtime=nvidia \ -v $PWD/tests:/app/tests \ -v /home/MYuSER/Downloads:/downloads \ -v /run/udev:/run/udev:ro \ -v /dev:/dev <MY_IMAGE_BASED_ON nvcr.io/nvidia/l4t-jetpack:r35.4.1 / 36.. etc.>
However, I'm facing issues with library version mismatches required by libultimatePluginTensorRT.so, which are inherited from the host when using --runtime=nvidia.
Is there any way to run the SDK with JetPack 5.1.3 (R36.4.0) or any version later than 36?
Any help would be greatly appreciated!