After trying FROM nvcr.io/nvidia/deepstream-l4t:4.0.2-19.12-samples have same error.
Not find cudnn too.
dpkg: dependency problems prevent configuration of libnvinfer6:
libnvinfer6 depends on libcudnn7; however:
Package libcudnn7 is not installed.
libnvinfer6 depends on cuda-cublas-10-0; however:
Package cuda-cublas-10-0 is not installed.
libnvinfer6 depends on cuda-cudart-10-0; however:
Package cuda-cudart-10-0 is not installed.
Are the installation paths of cudnn and cuda different with host?
The packages I need cannot be found in the directories in which they are installed on the host.
When i try install libnvinfer from jetpack downloads its write me:
dpkg: dependency problems prevent configuration of libnvinfer6:
libnvinfer6 depends on libcudnn7; however:
Package libcudnn7 is not installed.
libnvinfer6 depends on cuda-cublas-10-0; however:
Package cuda-cublas-10-0 is not installed.
libnvinfer6 depends on cuda-cudart-10-0; however:
Package cuda-cudart-10-0 is not installed.
It says what cudnn not installed? Or maybe it installed in different path with host system?
This image can use with Jetson ?
And is it possible to use OpenCV with CUDA ?
If it dowsn’t include OpenCV, I consider using nano_build_opencv.
And nano_build_opencv can use for Docker in Xavier NX ?