Week3: Setup ML Container

Machine Learning Container

Running the Container on your Jetson-Nano

nano@jetson-nano:~$ sudo docker pull nvcr.io/nvidia/l4t-ml:r32.6.1-py3
....
nano@jetson-nano:~$ sudo docker run -it --gpus all -e DISPLAY=:0 -v /tmp/.X11-unix:/tmp/.X11-unix --network host nvcr.io/nvidia/l4t-ml:r32.6.1-py3

Mounting Directories

nano@jetson-nano:~$ sudo docker run -it --rm --runtime nvidia --network host -v /home/user/project:/location/in/container nvcr.io/nvidia/l4t-ml:r32.6.1-py3

Connecting to JupyterLab Server

foo

Assignment 1

Run the Jupyter Notebook on Jetson Nano. You can look for more information about how to use the Jupyter-Notebook

Please send a message to the professor as soon as you finished

Assignment 2

Try to follow the examples of First Steps of Jupyter and Python on your Jetson Nano.

Please send a message to the professor as soon as you finished