Hello,
Is it to export customized container image supporting CUDA by adding tools such as vim, ssh, … based on official docker image, l4t-base r32.5.0 ?
I exported image and remove container, then import the image again.
The result of testing CUDA is failed. I didn’t record the details of log, sorry.
Terminal reports that no CUDA-supporting device is detected.
My testing about building flow of the customized image :
l4t-base r32.5.0 → install software in container ( Customized part. Do nothing currently. ) → export docker image → remove container → import image → run container → simple cuda sample testing → fail
It seems that this flow doesn’t work …
If it is possible, how should I do ?
Thank you in advance !!