Docker l4t custom image bionic development

Hello I have created an image l4t-base updating a bit for some current developments
Qt5.15 custom
clang-14 - llvm-14 for c++20.
cmake 3.24
SDL 2.26
libstdc+±10-dev
libstdc+±11-dev
Ubuntu-toolchain test repo added and some other sttuf ppa.

User name non-root : tegra
password : tegra
The root user no password.

xhost+ (needed to run X11 under docker)
sudo docker run -it --rm --net=host --runtime nvidia -e DISPLAY=$DISPLAY -v /tmp/.X11-unix/:/tmp/.X11-unix cestrague/l4t-bionic-development:latest specially created for Vita3k and switchroot testing.
the runtime nvidia only working if you have installed docker nvidia runtime https://developer.nvidia.com/nvidia-container-runtime
GitHub - NVIDIA/nvidia-docker: Build and run Docker containers leveraging NVIDIA GPUs
Installation Guide — NVIDIA Cloud Native Technologies documentation
Regards
Carlos

Hi,

Do you meet any issue when developing?
Thanks.

Not for now, thanks .
I believe this docker because it helps me a lot to develop with a more current approach
And I wanted to share it, which surely helps one more to have some of the most current libraries and compilers on hand for l4t-base bionic.
Regards
Carlos

Got it.
Thanks for experiment sharing.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.