Issues downloading and running docker for "Getting Started with AI" DLI course

Hi - I had all sorts of problems getting my picam 2.1 to work (noob)

I used an amalgamation of icornejo.a’s code and the v2.0.0-r32.4.3 tag. I believe there should be a backslash after the –volume /tmp/argus_socket:/tmp/argus_socket line so the code that worked for me was:

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.0-r32.4.3

Thought I’d copy it in full for anyone else trundling by in my predicament. Thanks!

1 Like