Where I can grab the Dockerfile of this docker container ?
Have a check below link.
https://developer.nvidia.com/embedded/learn/tutorials/jetson-container
you gave me a LOT of informations but not what I want. We have already discussed about that,with you or with one of your collegues,to dont’ give so generic and multiple informations that confuses people with a low level of knowledge that don’t know where to start. Anyway,this site is not reachable : http://nvcr.io/nvidia/l4t-base:r32.5.0. I would like to see what’s in there.
Hi @marietto2008, the Dockerfile for l4t-base isn’t released, as it undergoes a special build process. l4t-base takes ubuntu:bionic and adds stubs for CUDA/cuDNN/TensorRT/ect. These are then mounted into the container at runtime when --runtime nvidia
is used. You can find the lists of files that get mounted under /etc/nvidia-container-runtime/host-files-for-container.d/
For more info, see here: https://github.com/NVIDIA/nvidia-docker/wiki/NVIDIA-Container-Runtime-on-Jetson#mount-plugins
This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.