Any update script to start the docker for Getting Started with AI on Jetson Nano course

can you provide the update script of the following for jetpack 5.1

create a reusable script

echo “sudo docker run --runtime nvidia -it --rm --network host
–volume ~/nvdli-data:/nvdli-nano/data
–device /dev/video0
nvcr.io/nvidia/dli/dli-nano-ai:v2.0.2-r32.7.1” > docker_dli_run.sh

1 Like

Hi @pkwok, this DLI supports Jetson Nano (which is on JetPack 4.6) and hence the container hasn’t been updated to JetPack 5. If you are still interested, there are some github clones of the notebooks in the container like found here: https://github.com/sangyy/jetson-dlinano

You could try running these in the nvcr.io/nvidia/l4t-ml:r35.2.1-py3 container if you want, which already has PyTorch and JupyterLab installed. You might need to install a few additional dependencies that those notebooks require though.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.