Jetson Nano AI Lesson 2

Hi, my classmates and I are taking the AI certification course from NVIDIA but have run into an issue on lesson two of section one. After putting in the line :

./docker_dli_run.sh

we received an error message that just said “Permission Denied”. We think it may be because we used a different version of Jetpack than in the video, but they did tell us to use the latest version. We have tried running this with both a picam and Logitech webcam and we get error messages on both.

Any help or guidance would be very appreciated.

Hi @mcgeej.22, please try running your script with sh (sh ./docker_dli_run.sh) or give your script execution permissions with chmod:

chmod +x docker_dli_run.sh