Configuring Artifactory Access for NVIDIA NVONLINE Users#
To download NVIDIA DriveOS™ 7.0 Linux Docker images as an NVIDIA NVONLINE user, you must configure access to Artifactory, which is the container registry that stores the images.
Ensure Docker Engine 19.03 or greater is installed on your host system:
Install the type of Docker software required for your organization (Enterprise, Desktop, etc.) from https://www.docker.com.
Alternatively, download an installation script from https://get.docker.com/ to install Docker on your host system by running a command similar to the following:
$ wget -qO- https://get.docker.com/ | ${SHELL}
Sign in to NVIDIA NVONLINE at https://partners.nvidia.com.
Navigate to My Profile, then generate a reference token by clicking the key icon, and click SUBMIT:
Navigate to CONTENT LIBRARY, then click the Artifactory logo icon next to the Group name to reveal and note the Docker image version and build information under the Artifactory Path:
Important
Note this version and build tag for later use when referencing the image with
docker run
commands in Installing NVIDIA DriveOS for NVIDIA NVONLINE Users.On the Linux host, log in to the Artifactory repo for the Docker container by running the following command:
$ sudo docker login edge.urm.nvidia.com \ -u <your_partners_nvidia_com_email> \ -p <reference_token_copied_from_nvonline>
Note
If the login fails, check if your reference token or NVIDIA NVONLINE password have expired and must be regenerated or reset, respectively.
If you experience further issues, please contact your NVIDIA Customer Program Manager.
After successfully logging in, you now have access to NVIDIA DriveOS Docker images and can continue to Installing NVIDIA DriveOS for NVIDIA NVONLINE Users.