dusty-nv / jetson-inference

Hello AI World guide to deploying deep-learning inference networks and deep vision primitives with TensorRT and NVIDIA Jetson.
https://developer.nvidia.com/embedded/twodaystoademo
MIT License
7.86k stars 2.98k forks source link

Fixed error with running l4t version > 36.3.0 #1905

Open Alexander-philip-sage opened 3 weeks ago

Alexander-philip-sage commented 3 weeks ago

docker/tag.sh fails with L4T release 36.4 since it looks for a container with that tag, but your highest container is 36.3.0 so this is the one that should be loaded. Simple check put in place just as you did for gt r34.4

dusty-nv commented 3 weeks ago

Thanks for the fix @Alexander-philip-sage!