Home

Awesome

docker-ros-ml-images – Machine Learning-Enabled ROS Docker Images

<p align="center"> <img src="https://img.shields.io/github/v/release/ika-rwth-aachen/docker-ros-ml-images"/></a> <img src="https://img.shields.io/github/license/ika-rwth-aachen/docker-ros-ml-images"/> <img src="https://img.shields.io/badge/ROS-noetic-blueviolet"/> <img src="https://img.shields.io/badge/ROS 2-humble|iron|jazzy|rolling-blueviolet"/> <img src="https://img.shields.io/badge/NVIDIA Triton-2.48.0-darkgreen"/> <img src="https://img.shields.io/badge/PyTorch-2.3.0-red"/> <img src="https://img.shields.io/badge/TensorFlow-2.16.1-orange"/> </p>

docker-ros-ml-images provides multi-arch machine learning-enabled ROS Docker images.

[!IMPORTANT]
This repository is open-sourced and maintained by the Institute for Automotive Engineering (ika) at RWTH Aachen University.
DevOps, Containerization and Orchestration of Software-Defined Vehicles are some of many research topics within our Vehicle Intelligence & Automated Driving domain.
If you would like to learn more about how we can support your advanced driver assistance and automated driving efforts, feel free to reach out to us!
:email: opensource@ika.rwth-aachen.de

We recommend to use docker-ros-ml-images in combination with our other tools for Docker and ROS.

Quick Links to Available Images

ros2 | ros2-cuda | ros2-tensorrt | ros2-triton | ros2-torch | ros2-tf | ros2-ml
ros | ros-cuda | ros-tensorrt | ros-triton | ros-torch | ros-tf | ros-ml

Quick Start

docker run --rm rwthika/ros2-ml:humble \
  python -c 'import os; import tensorflow as tf; import torch; e="ROS_DISTRO"; print(f"Hello from ROS {os.environ[e]}, PyTorch {torch.__version__}, and TensorFlow {tf.__version__}!")'

Variations

With docker-ros-ml-images, we provide a variety of lightweight multi-arch machine learning-enabled ROS Docker images. Starting with plain ROS images, we offer successively larger ROS base images that also come with NVIDIA CUDA, NVIDIA TensorRT, NVIDIA Triton Client, PyTorch and/or TensorFlow installations. Combining the components listed in the table below, we have built more than 100 multi-arch images and make them publicly available on DockerHub. In addition to the provided images, we also publish the generic Dockerfile used to flexibly build images combining the different components.

ComponentVariations
ROS Distributionnoetic, humble, iron, jazzy, rolling
ROS Componentscore, base, desktop-full
ML FrameworkNVIDIA CUDA, NVIDIA TensorRT, NVIDIA Triton Client, PyTorch, TensorFlow
Architectureamd64, arm64

[!NOTE] All images are targeted at NVIDIA GPUs and therefore base off of official NVIDIA base images. The arm64 images, in particular, target NVIDIA Jetson SoCs and are based off of NVIDIA L4T base images. Ubuntu 22 images are provided with JetPack 6, Ubuntu 20 images with JetPack 5.

[!NOTE] Since robotic applications are often implemented in C++ instead of Python for performance reasons, previous releases of our images also shipped with the C++ APIs of PyTorch and TensorFlow. Installing the C++ libraries often involves cumbersome building from source, so we have decided to drop PyTorch/TensorFlow C++ support for more frequent releases. You may still find those images with ML C++ support under the 23.08 release.

Image Configuration

User Setup

Containers of the provided images start with root user by default. If the two environment variables DOCKER_UID and DOCKER_GID are passed, a new user with the corresponding UID/GID is created on the fly. Most importantly, this features allows to mount and edit files of the host user in the container without having to deal with permission issues.

docker run --rm -it -e DOCKER_UID=$(id -u) -e DOCKER_GID=$(id -g) -e DOCKER_USER=$(id -un) rwthika/ros:latest

The password of the custom user is set to its username (dockeruser:dockeruser by default).

Available Images

ROS 2

rwthika/ros2 (ROS 2)

<blockquote>

<a href="https://hub.docker.com/r/rwthika/ros2"><img src="https://img.shields.io/docker/pulls/rwthika/ros2"/></a>

<details><summary>Click to expand</summary>
TagArchUbuntuPythonROSROS PackageCMakeCUDAcuDNNTensorRTTritonPyTorchTensorFlow
humble-ros-coreamd64<br>arm6422.04.43.10.12humbleros-core3.22.1------
latest, humble, humble-ros-baseamd64<br>arm6422.04.43.10.12humbleros-base3.22.1------
humble-desktop-fullamd64<br>arm6422.04.43.10.12humbledesktop-full3.22.1------
iron-ros-coreamd64<br>arm6422.04.43.10.12ironros-core3.22.1------
iron, iron-ros-baseamd64<br>arm6422.04.43.10.12ironros-base3.22.1------
iron-desktop-fullamd64<br>arm6422.04.43.10.12irondesktop-full3.22.1------
jazzy-ros-coreamd64<br>arm6424.043.12.3jazzyros-core3.28.3------
jazzy, jazzy-ros-baseamd64<br>arm6424.043.12.3jazzyros-base3.28.3------
jazzy-desktop-fullamd64<br>arm6424.043.12.3jazzydesktop-full3.28.3------
rolling-ros-coreamd64<br>arm6424.043.12.3rollingros-core3.28.3------
rolling, rolling-ros-baseamd64<br>arm6424.043.12.3rollingros-base3.28.3------
rolling-desktop-fullamd64<br>arm6424.043.12.3rollingdesktop-full3.28.3------
</details> </blockquote>

rwthika/ros2-cuda (ROS 2, NVIDIA CUDA)

<blockquote>

<a href="https://hub.docker.com/r/rwthika/ros2-cuda"><img src="https://img.shields.io/docker/pulls/rwthika/ros2-cuda"/></a>

<details><summary>Click to expand</summary>
TagArchUbuntuPythonROSROS PackageCMakeCUDAcuDNNTensorRTTritonPyTorchTensorFlow
humble-ros-coreamd64<br>arm6422.04.33.10.12humbleros-core3.22.112.2.140-----
latest, humble, humble-ros-baseamd64<br>arm6422.04.33.10.12humbleros-base3.22.112.2.140-----
humble-desktop-fullamd64<br>arm6422.04.33.10.12humbledesktop-full3.22.112.2.140-----
iron-ros-coreamd64<br>arm6422.04.33.10.12ironros-core3.22.112.2.140-----
iron, iron-ros-baseamd64<br>arm6422.04.33.10.12ironros-base3.22.112.2.140-----
iron-desktop-fullamd64<br>arm6422.04.33.10.12irondesktop-full3.22.112.2.140-----
jazzy-ros-coreamd6424.043.12.3jazzyros-core3.28.312.6.37-----
jazzy, jazzy-ros-baseamd6424.043.12.3jazzyros-base3.28.312.6.37-----
jazzy-desktop-fullamd6424.043.12.3jazzydesktop-full3.28.312.6.37-----
rolling-ros-coreamd6424.043.12.3rollingros-core3.28.312.6.37-----
rolling, rolling-ros-baseamd6424.043.12.3rollingros-base3.28.312.6.37-----
rolling-desktop-fullamd6424.043.12.3rollingdesktop-full3.28.312.6.37-----
</details> </blockquote>

rwthika/ros2-tensorrt (ROS 2, NVIDIA CUDA, NVIDIA TensorRT)

<blockquote>

<a href="https://hub.docker.com/r/rwthika/ros2-tensorrt"><img src="https://img.shields.io/docker/pulls/rwthika/ros2-tensorrt"/></a>

<details><summary>Click to expand</summary>
TagArchUbuntuPythonROSROS PackageCMakeCUDAcuDNNTensorRTTritonPyTorchTensorFlow
humble-ros-coreamd64<br>arm6422.04.33.10.12humbleros-core3.24.0<br>3.22.112.2.128<br>12.2.1408.9.5.27<br>8.9.4.258.6.1.6<br>8.6.2.3---
latest, humble, humble-ros-baseamd64<br>arm6422.04.33.10.12humbleros-base3.24.0<br>3.22.112.2.128<br>12.2.1408.9.5.27<br>8.9.4.258.6.1.6<br>8.6.2.3---
humble-desktop-fullamd64<br>arm6422.04.33.10.12humbledesktop-full3.24.0<br>3.22.112.2.128<br>12.2.1408.9.5.27<br>8.9.4.258.6.1.6<br>8.6.2.3---
iron-ros-coreamd64<br>arm6422.04.33.10.12ironros-core3.24.0<br>3.22.112.2.128<br>12.2.1408.9.5.27<br>8.9.4.258.6.1.6<br>8.6.2.3---
iron, iron-ros-baseamd64<br>arm6422.04.33.10.12ironros-base3.24.0<br>3.22.112.2.128<br>12.2.1408.9.5.27<br>8.9.4.258.6.1.6<br>8.6.2.3---
iron-desktop-fullamd64<br>arm6422.04.33.10.12irondesktop-full3.24.0<br>3.22.112.2.128<br>12.2.1408.9.5.27<br>8.9.4.258.6.1.6<br>8.6.2.3---
</details> </blockquote>

rwthika/ros2-triton (ROS 2, NVIDIA CUDA, NVIDIA Triton Client)

<blockquote>

<a href="https://hub.docker.com/r/rwthika/ros2-triton"><img src="https://img.shields.io/docker/pulls/rwthika/ros2-triton"/></a>

<details><summary>Click to expand</summary>
TagArchUbuntuPythonROSROS PackageCMakeCUDAcuDNNTensorRTTritonPyTorchTensorFlow
humble-ros-core-triton2.48.0amd64<br>arm6422.04.33.10.12humbleros-core3.22.112.2.140--2.48.0--
latest, humble, humble-ros-base-triton2.48.0amd64<br>arm6422.04.33.10.12humbleros-base3.22.112.2.140--2.48.0--
humble-desktop-full-triton2.48.0amd64<br>arm6422.04.33.10.12humbledesktop-full3.22.112.2.140--2.48.0--
iron-ros-core-triton2.48.0amd64<br>arm6422.04.33.10.12ironros-core3.22.112.2.140--2.48.0--
iron, iron-ros-base-triton2.48.0amd64<br>arm6422.04.33.10.12ironros-base3.22.112.2.140--2.48.0--
iron-desktop-full-triton2.48.0amd64<br>arm6422.04.33.10.12irondesktop-full3.22.112.2.140--2.48.0--
jazzy-ros-core-triton2.48.0amd6424.043.12.3jazzyros-core3.28.312.6.37--2.48.0--
jazzy, jazzy-ros-base-triton2.48.0amd6424.043.12.3jazzyros-base3.28.312.6.37--2.48.0--
jazzy-desktop-full-triton2.48.0amd6424.043.12.3jazzydesktop-full3.28.312.6.37--2.48.0--
rolling-ros-core-triton2.48.0amd6424.043.12.3rollingros-core3.28.312.6.37--2.48.0--
rolling, rolling-ros-base-triton2.48.0amd6424.043.12.3rollingros-base3.28.312.6.37--2.48.0--
rolling-desktop-full-triton2.48.0amd6424.043.12.3rollingdesktop-full3.28.312.6.37--2.48.0--
</details> </blockquote>

rwthika/ros2-torch (ROS 2, NVIDIA CUDA, NVIDIA TensorRT, PyTorch)

<blockquote>

<a href="https://hub.docker.com/r/rwthika/ros2-torch"><img src="https://img.shields.io/docker/pulls/rwthika/ros2-torch"/></a>

<details><summary>Click to expand</summary>
TagArchUbuntuPythonROSROS PackageCMakeCUDAcuDNNTensorRTTritonPyTorchTensorFlow
humble-ros-core-torch2.4.0amd64<br>arm6422.04.33.10.12humbleros-core3.24.0<br>3.22.112.2.128<br>12.2.1408.9.5.27<br>8.9.4.258.6.1.6<br>8.6.2.3-2.3.0-
latest, humble, humble-ros-base-torch2.4.0amd64<br>arm6422.04.33.10.12humbleros-base3.24.0<br>3.22.112.2.128<br>12.2.1408.9.5.27<br>8.9.4.258.6.1.6<br>8.6.2.3-2.3.0-
humble-desktop-full-torch2.4.0amd64<br>arm6422.04.33.10.12humbledesktop-full3.24.0<br>3.22.112.2.128<br>12.2.1408.9.5.27<br>8.9.4.258.6.1.6<br>8.6.2.3-2.3.0-
iron-ros-core-torch2.4.0amd64<br>arm6422.04.33.10.12ironros-core3.24.0<br>3.22.112.2.128<br>12.2.1408.9.5.27<br>8.9.4.258.6.1.6<br>8.6.2.3-2.3.0-
iron, iron-ros-base-torch2.4.0amd64<br>arm6422.04.33.10.12ironros-base3.24.0<br>3.22.112.2.128<br>12.2.1408.9.5.27<br>8.9.4.258.6.1.6<br>8.6.2.3-2.3.0-
iron-desktop-full-torch2.4.0amd64<br>arm6422.04.33.10.12irondesktop-full3.24.0<br>3.22.112.2.128<br>12.2.1408.9.5.27<br>8.9.4.258.6.1.6<br>8.6.2.3-2.3.0-
</details> </blockquote>

rwthika/ros2-tf (ROS 2, NVIDIA CUDA, NVIDIA TensorRT, TensorFlow)

<blockquote>

<a href="https://hub.docker.com/r/rwthika/ros2-tf"><img src="https://img.shields.io/docker/pulls/rwthika/ros2-tf"/></a>

<details><summary>Click to expand</summary>
TagArchUbuntuPythonROSROS PackageCMakeCUDAcuDNNTensorRTTritonPyTorchTensorFlow
humble-ros-core-tf2.16.1amd64<br>arm6422.04.33.10.12humbleros-core3.24.0<br>3.22.112.2.128<br>12.2.1408.9.5.27<br>8.9.4.258.6.1.6<br>8.6.2.3--2.16.1
latest, humble, humble-ros-base-tf2.16.1amd64<br>arm6422.04.33.10.12humbleros-base3.24.0<br>3.22.112.2.128<br>12.2.1408.9.5.27<br>8.9.4.258.6.1.6<br>8.6.2.3--2.16.1
humble-desktop-full-tf2.16.1amd64<br>arm6422.04.33.10.12humbledesktop-full3.24.0<br>3.22.112.2.128<br>12.2.1408.9.5.27<br>8.9.4.258.6.1.6<br>8.6.2.3--2.16.1
iron-ros-core-tf2.16.1amd64<br>arm6422.04.33.10.12ironros-core3.24.0<br>3.22.112.2.128<br>12.2.1408.9.5.27<br>8.9.4.258.6.1.6<br>8.6.2.3--2.16.1
iron, iron-ros-base-tf2.16.1amd64<br>arm6422.04.33.10.12ironros-base3.24.0<br>3.22.112.2.128<br>12.2.1408.9.5.27<br>8.9.4.258.6.1.6<br>8.6.2.3--2.16.1
iron-desktop-full-tf2.16.1amd64<br>arm6422.04.33.10.12irondesktop-full3.24.0<br>3.22.112.2.128<br>12.2.1408.9.5.27<br>8.9.4.258.6.1.6<br>8.6.2.3--2.16.1
</details> </blockquote>

rwthika/ros2-ml (ROS 2, NVIDIA CUDA, NVIDIA TensorRT, PyTorch, TensorFlow)

<blockquote>

<a href="https://hub.docker.com/r/rwthika/ros2-ml"><img src="https://img.shields.io/docker/pulls/rwthika/ros2-ml"/></a>

<details><summary>Click to expand</summary>
TagArchUbuntuPythonROSROS PackageCMakeCUDAcuDNNTensorRTTritonPyTorchTensorFlow
humble-ros-core-tf2.16.1-torch2.4.0amd64<br>arm6422.04.33.10.12humbleros-core3.24.0<br>3.22.112.2.128<br>12.2.1408.9.5.27<br>8.9.4.258.6.1.6<br>8.6.2.3-2.3.02.16.1
latest, humble, humble-ros-base-tf2.16.1-torch2.4.0amd64<br>arm6422.04.33.10.12humbleros-base3.24.0<br>3.22.112.2.128<br>12.2.1408.9.5.27<br>8.9.4.258.6.1.6<br>8.6.2.3-2.3.02.16.1
humble-desktop-full-tf2.16.1-torch2.4.0amd64<br>arm6422.04.33.10.12humbledesktop-full3.24.0<br>3.22.112.2.128<br>12.2.1408.9.5.27<br>8.9.4.258.6.1.6<br>8.6.2.3-2.3.02.16.1
iron-ros-core-tf2.16.1-torch2.4.0amd64<br>arm6422.04.33.10.12ironros-core3.24.0<br>3.22.112.2.128<br>12.2.1408.9.5.27<br>8.9.4.258.6.1.6<br>8.6.2.3-2.3.02.16.1
iron, iron-ros-base-tf2.16.1-torch2.4.0amd64<br>arm6422.04.33.10.12ironros-base3.24.0<br>3.22.112.2.128<br>12.2.1408.9.5.27<br>8.9.4.258.6.1.6<br>8.6.2.3-2.3.02.16.1
iron-desktop-full-tf2.16.1-torch2.4.0amd64<br>arm6422.04.33.10.12irondesktop-full3.24.0<br>3.22.112.2.128<br>12.2.1408.9.5.27<br>8.9.4.258.6.1.6<br>8.6.2.3-2.3.02.16.1
</details> </blockquote>

ROS

rwthika/ros (ROS)

<blockquote>

<a href="https://hub.docker.com/r/rwthika/ros"><img src="https://img.shields.io/docker/pulls/rwthika/ros"/></a>

<details><summary>Click to expand</summary>
TagArchUbuntuPythonROSROS PackageCMakeCUDAcuDNNTensorRTTritonPyTorchTensorFlow
noetic-ros-coreamd64<br>arm6420.04.63.8.10noeticros-core3.16.3------
latest, noetic, noetic-ros-baseamd64<br>arm6420.04.63.8.10noeticros-base3.16.3------
noetic-desktop-fullamd64<br>arm6420.04.63.8.10noeticdesktop-full3.16.3------
</details> </blockquote>

rwthika/ros-cuda (ROS, NVIDIA CUDA)

<blockquote>

<a href="https://hub.docker.com/r/rwthika/ros-cuda"><img src="https://img.shields.io/docker/pulls/rwthika/ros-cuda"/></a>

<details><summary>Click to expand</summary>
TagArchUbuntuPythonROSROS PackageCMakeCUDAcuDNNTensorRTTritonPyTorchTensorFlow
noetic-ros-coreamd64<br>arm6420.04.63.8.10noeticros-core3.16.311.4.148<br>11.4.298-----
latest, noetic, noetic-ros-baseamd64<br>arm6420.04.63.8.10noeticros-base3.16.311.4.148<br>11.4.298-----
noetic-desktop-fullamd64<br>arm6420.04.63.8.10noeticdesktop-full3.16.311.4.148<br>11.4.298-----
</details> </blockquote>

rwthika/ros-tensorrt (ROS, NVIDIA CUDA, NVIDIA TensorRT)

<blockquote>

<a href="https://hub.docker.com/r/rwthika/ros-tensorrt"><img src="https://img.shields.io/docker/pulls/rwthika/ros-tensorrt"/></a>

<details><summary>Click to expand</summary>
TagArchUbuntuPythonROSROS PackageCMakeCUDAcuDNNTensorRTTritonPyTorchTensorFlow
noetic-ros-coreamd64<br>arm6420.04.2<br>20.04.63.8.10noeticros-core3.14.4<br>3.16.311.4.108<br>11.4.2988.2.2.26<br>8.6.0.1668.0.1<br>8.5.2---
latest, noetic, noetic-ros-baseamd64<br>arm6420.04.2<br>20.04.63.8.10noeticros-base3.14.4<br>3.16.311.4.108<br>11.4.2988.2.2.26<br>8.6.0.1668.0.1<br>8.5.2---
noetic-desktop-fullamd64<br>arm6420.04.2<br>20.04.63.8.10noeticdesktop-full3.14.4<br>3.16.311.4.108<br>11.4.2988.2.2.26<br>8.6.0.1668.0.1<br>8.5.2---
</details> </blockquote>

rwthika/ros-triton (ROS, NVIDIA CUDA, NVIDIA Triton Client)

<blockquote>

<a href="https://hub.docker.com/r/rwthika/ros-triton"><img src="https://img.shields.io/docker/pulls/rwthika/ros-triton"/></a>

<details><summary>Click to expand</summary>
TagArchUbuntuPythonROSROS PackageCMakeCUDAcuDNNTensorRTTritonPyTorchTensorFlow
noetic-ros-core-triton2.48.0amd64<br>arm6420.04.63.8.10noeticros-core3.16.311.4.148<br>11.4.298--2.48.0--
latest, noetic, noetic-ros-base-triton2.48.0amd64<br>arm6420.04.63.8.10noeticros-base3.16.311.4.148<br>11.4.298--2.48.0--
noetic-desktop-full-triton2.48.0amd64<br>arm6420.04.63.8.10noeticdesktop-full3.16.311.4.148<br>11.4.298--2.48.0--
</details> </blockquote>

rwthika/ros-torch (ROS, NVIDIA CUDA, NVIDIA TensorRT, PyTorch)

<blockquote>

<a href="https://hub.docker.com/r/rwthika/ros-torch"><img src="https://img.shields.io/docker/pulls/rwthika/ros-torch"/></a>

<details><summary>Click to expand</summary>
TagArchUbuntuPythonROSROS PackageCMakeCUDAcuDNNTensorRTTritonPyTorchTensorFlow
noetic-ros-core-torch2.1.0amd64<br>arm6420.04.2<br>20.04.63.8.10noeticros-core3.14.4<br>3.16.311.4.108<br>11.4.2988.2.2.26<br>8.6.0.1668.0.1<br>8.5.2-2.1.0-
latest, noetic, noetic-ros-base-torch2.1.0amd64<br>arm6420.04.2<br>20.04.63.8.10noeticros-base3.14.4<br>3.16.311.4.108<br>11.4.2988.2.2.26<br>8.6.0.1668.0.1<br>8.5.2-2.1.0-
noetic-desktop-full-torch2.1.0amd64<br>arm6420.04.2<br>20.04.63.8.10noeticdesktop-full3.14.4<br>3.16.311.4.108<br>11.4.2988.2.2.26<br>8.6.0.1668.0.1<br>8.5.2-2.1.0-
</details> </blockquote>

rwthika/ros-tf (ROS, NVIDIA CUDA, NVIDIA TensorRT, TensorFlow)

<blockquote>

<a href="https://hub.docker.com/r/rwthika/ros-tf"><img src="https://img.shields.io/docker/pulls/rwthika/ros-tf"/></a>

<details><summary>Click to expand</summary>
TagArchUbuntuPythonROSROS PackageCMakeCUDAcuDNNTensorRTTritonPyTorchTensorFlow
noetic-ros-core-tf2.12.0amd64<br>arm6420.04.2<br>20.04.63.8.10noeticros-core3.14.4<br>3.16.311.4.108<br>11.4.2988.2.2.26<br>8.6.0.1668.0.1<br>8.5.2--2.12.0
latest, noetic, noetic-ros-base-tf2.12.0amd64<br>arm6420.04.2<br>20.04.63.8.10noeticros-base3.14.4<br>3.16.311.4.108<br>11.4.2988.2.2.26<br>8.6.0.1668.0.1<br>8.5.2--2.12.0
noetic-desktop-full-tf2.12.0amd64<br>arm6420.04.2<br>20.04.63.8.10noeticdesktop-full3.14.4<br>3.16.311.4.108<br>11.4.2988.2.2.26<br>8.6.0.1668.0.1<br>8.5.2--2.12.0
</details> </blockquote>

rwthika/ros-ml (ROS, NVIDIA CUDA, NVIDIA TensorRT, PyTorch, TensorFlow)

<blockquote>

<a href="https://hub.docker.com/r/rwthika/ros-ml"><img src="https://img.shields.io/docker/pulls/rwthika/ros-ml"/></a>

<details><summary>Click to expand</summary>
TagArchUbuntuPythonROSROS PackageCMakeCUDAcuDNNTensorRTTritonPyTorchTensorFlow
noetic-ros-core-tf2.12.0-torch2.1.0amd64<br>arm6420.04.2<br>20.04.63.8.10noeticros-core3.14.4<br>3.16.311.4.108<br>11.4.2988.2.2.26<br>8.6.0.1668.0.1<br>8.5.2-2.1.02.12.0
latest, noetic, noetic-ros-base-tf2.12.0-torch2.1.0amd64<br>arm6420.04.2<br>20.04.63.8.10noeticros-base3.14.4<br>3.16.311.4.108<br>11.4.2988.2.2.26<br>8.6.0.1668.0.1<br>8.5.2-2.1.02.12.0
noetic-desktop-full-tf2.12.0-torch2.1.0amd64<br>arm6420.04.2<br>20.04.63.8.10noeticdesktop-full3.14.4<br>3.16.311.4.108<br>11.4.2988.2.2.26<br>8.6.0.1668.0.1<br>8.5.2-2.1.02.12.0
</details> </blockquote>

Manual Build

docker buildx build \
  --pull \
  --platform $PLATFORM \
  --build-arg BASE_IMAGE_TYPE=$BASE_IMAGE_TYPE \
  --build-arg UBUNTU_VERSION=$UBUNTU_VERSION \
  --build-arg ROS_VERSION=$ROS_VERSION \
  --build-arg ROS_DISTRO=$ROS_DISTRO \
  --build-arg ROS_PACKAGE=$ROS_PACKAGE \
  --build-arg TORCH_VERSION=$TORCH_VERSION \
  --build-arg TF_VERSION=$TF_VERSION \
  --build-arg TRITON_VERSION=$TRITON_VERSION \
  --tag $IMAGE .