dusty-nv / jetson-utils

C++/CUDA/Python multimedia utilities for NVIDIA Jetson

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Docker version stalls at root user prompt after downloading all files on JetPack6 L4T 36.2.0

smbunn opened this issue · comments

Followed the docker instructions and saw it download many files and quite a few gigabytes. Then it stops without ever asking which models you want to import at the root prompt (root@jetson-orin:/# )

simon@jetson-orin:~/jetson-inference$ docker/run.sh 
ARCH:  aarch64
reading L4T version from /etc/nv_tegra_release
L4T BSP Version:  L4T R36.2.0
[sudo] password for simon: 
localuser:root being added to access control list
CONTAINER_IMAGE:  dustynv/jetson-inference:r36.2.0
DATA_VOLUME:      --volume /home/simon/jetson-inference/data:/jetson-inference/data --volume /home/simon/jetson-inference/python/training/classification/data:/jetson-inference/python/training/classification/data --volume /home/simon/jetson-inference/python/training/classification/models:/jetson-inference/python/training/classification/models --volume /home/simon/jetson-inference/python/training/detection/ssd/data:/jetson-inference/python/training/detection/ssd/data --volume /home/simon/jetson-inference/python/training/detection/ssd/models:/jetson-inference/python/training/detection/ssd/models --volume /home/simon/jetson-inference/python/www/recognizer/data:/jetson-inference/python/www/recognizer/data 
V4L2_DEVICES:     --device /dev/video0  --device /dev/video1 
DISPLAY_DEVICE:   -e DISPLAY=:0 -v /tmp/.X11-unix/:/tmp/.X11-unix 
root@jetson-orin:/# ```

I didn't realise I was already in the container