after finish docker installing..

Depands on the board which u owned...

下載Docker與啟動JupyterLab

特別注意:如果沒有安裝視訊鏡頭是無法啟動JupyterLab的

USE USB camera....


# 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.1-r32.6.1" > docker_dli_run.sh


# make the script executable

chmod +x docker_dli_run.sh


# run the script

./docker_dli_run.sh


If using the alternate CSI camera instead of the USB webcam(這裡是使用CSI鏡頭,我個人偏愛USB鏡頭)

# create a reusable script

echo "sudo docker run --runtime nvidia -it --rm --network host \

--volume ~/nvdli-data:/nvdli-nano/data \

--volume /tmp/argus_socket:/tmp/argus_socket \

--device /dev/video0 \

nvcr.io/nvidia/dli/dli-nano-ai:v2.0.1-r32.6.1" > docker_dli_run.sh


# make the script executable

chmod +x docker_dli_run.sh


# run the script

./docker_dli_run.sh


After rebot....the JupterLab can't work

之後每一次開機ssh登入Jetson nano的話都要執行./docker_dli_run.sh

當無法在window的命令模式以ssh登入Jetson nano時,建議改用putty等SSH Client工具

u have to run the following command,first run terminal and check u r in the folder /


# run the script

./docker_dli_run.sh


use chorme the url is http://192.168.55.1:8888/lab?

password : dlinano