Please provide the following info (tick the boxes after creating this topic):
Software Version
DRIVE OS 6.0.6
DRIVE OS 6.0.5
DRIVE OS 6.0.4 (rev. 1)
DRIVE OS 6.0.4 SDK
other
Target Operating System
Linux
QNX
other
Hardware Platform
DRIVE AGX Orin Developer Kit (940-63710-0010-D00)
DRIVE AGX Orin Developer Kit (940-63710-0010-C00)
DRIVE AGX Orin Developer Kit (not sure its number)
other
SDK Manager Version
1.9.2.10884
other
Host Machine Version
native Ubuntu Linux 20.04 Host installed with SDK Manager
native Ubuntu Linux 20.04 Host installed with DRIVE OS Docker Containers
native Ubuntu Linux 18.04 Host installed with DRIVE OS Docker Containers
other
Hi,
I want to download the OS from the docker. The log in sudo docker login nvcr.io was a success.
The sudo docker run -it --privileged --net=host -v /dev/bus/usb:/dev/bus/usb -v ${WORKSPACE}:/home/nvidia/nvcr.io/drive/driveos-sdk/drive-agx-orin-linux-aarch64-sdk-build-knext-x86:latest doesn’t work.
I got “docker run” requires at least 1 argument.
See ‘docker run --help’.
Usage: docker run [OPTIONS] IMAGE [COMMAND] [ARG…]
Create and run a new container from an image
I assume that I have to define ${WORKSPACE}.
I tried WORKSPACE=/home/had/
I tried sudo docker run -it --privileged --net=host -v /dev/bus/usb:/dev/bus/usb -v /home/had:/home/nvidiadocker/nvcr.io/drive/driveos-sdk/drive-agx-orin-linux-aarch64-sdk-build-knext-x86:latest from Set Up DRIVE OS Linux with NVIDIA GPU Cloud (NGC) | NVIDIA Docs