DRIVE OS Version: Nvidia DriveWorks 7.0.3.0-0010 (tag nvcr.io/drive/driveos-sdk/drive-agx-linux-nsr-aarch64-sdk-build-x86:7.0.3.0-0010)
**Issue Description: NVCC, Cuda Runtime Not configured in Drive 7.0.3 Container (**drive-agx-linux-nsr-aarch64-sdk-build-x86)
I’m using Nvidia Drive AGX Thor with DriveOS. I followed the step from DriveOS 7.0.3 Installation Guide using docker container to install DriveOS on host pc.
I wanted to run the samples on the host PC running the container.
I am not able to run any sample on the DriveOS container. The following seem to be the missing links:
-
nvcc is missing in the container. Cannot compile Cuda code in the container.
-
The following error shows up: /usr/local/driveworks/targets/x86_64-Linux/lib/libdw_base.so: undefined reference to `cudaGraphExecDestroy@libcudart.so.11.0’
- indicating the wrong Cuda runtime version configuration mismatch between the AGX thor and this container.
Can you please provide feedback on following questions:
- How can i fix the Cuda Runtime version mismatch issue ?
- if NVCC is not part of the container, then how do i build cuda applications on this container ?
- Is there any conatiner that Nvidia can provide that contain all these dependencies to build complete applications for the Thor?
- Do you have any release with the bug fixes for this contianer version (7.0.3.0-0010)?