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"/> <img src="https://img.shields.io/github/license/ika-rwth-aachen/docker-ros-ml-images"/> <br> <img src="https://img.shields.io/badge/ROS-noetic-293754"/> <img src="https://img.shields.io/badge/ROS 2-humble|jazzy|rolling-293754"/> <img src="https://img.shields.io/badge/NVIDIA Triton-2.52.0-7abb08"/> <img src="https://img.shields.io/badge/PyTorch-2.5.0-ef5233"/> <img src="https://img.shields.io/badge/TensorFlow-2.18.0-ff8500"/> <img src="https://img.shields.io/badge/ONNX RT-1.20.1-7582ff.svg"/> </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.
- docker-ros automatically builds minimal container images of ROS applications <a href="https://github.com/ika-rwth-aachen/docker-ros"><img src="https://img.shields.io/github/stars/ika-rwth-aachen/docker-ros?style=social"/></a>
- docker-run is a CLI tool for simplified interaction with Docker images <a href="https://github.com/ika-rwth-aachen/docker-run"><img src="https://img.shields.io/github/stars/ika-rwth-aachen/docker-run?style=social"/></a>
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.
Component | Variations |
---|---|
ROS Distribution | noetic, humble, jazzy, rolling |
ROS Components | core, base, desktop-full |
ML Framework | NVIDIA CUDA, NVIDIA TensorRT, NVIDIA Triton Client, PyTorch, TensorFlow, ONNX Runtime |
Architecture | amd64, 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/ros2: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>Tag | Arch | Ubuntu | Jetson Linux | Python | ROS | ROS Package | CMake | CUDA | cuDNN | TensorRT | Triton | PyTorch | TensorFlow | ONNX RT |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
humble-ros-core | amd64<br>arm64 | 22.04.5 | - | 3.10.12 | humble | ros-core | 3.22.1 | - | - | - | - | - | - | - |
humble , humble-ros-base | amd64<br>arm64 | 22.04.5 | - | 3.10.12 | humble | ros-base | 3.22.1 | - | - | - | - | - | - | - |
humble-desktop-full | amd64<br>arm64 | 22.04.5 | - | 3.10.12 | humble | desktop-full | 3.22.1 | - | - | - | - | - | - | - |
jazzy-ros-core | amd64<br>arm64 | 24.04.1 | - | 3.12.3 | jazzy | ros-core | 3.28.3 | - | - | - | - | - | - | - |
latest , jazzy , jazzy-ros-base | amd64<br>arm64 | 24.04.1 | - | 3.12.3 | jazzy | ros-base | 3.28.3 | - | - | - | - | - | - | - |
jazzy-desktop-full | amd64<br>arm64 | 24.04.1 | - | 3.12.3 | jazzy | desktop-full | 3.28.3 | - | - | - | - | - | - | - |
rolling-ros-core | amd64<br>arm64 | 24.04.1 | - | 3.12.3 | rolling | ros-core | 3.28.3 | - | - | - | - | - | - | - |
rolling , rolling-ros-base | amd64<br>arm64 | 24.04.1 | - | 3.12.3 | rolling | ros-base | 3.28.3 | - | - | - | - | - | - | - |
rolling-desktop-full | amd64<br>arm64 | 24.04.1 | - | 3.12.3 | rolling | desktop-full | 3.28.3 | - | - | - | - | - | - | - |
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>Tag | Arch | Ubuntu | Jetson Linux | Python | ROS | ROS Package | CMake | CUDA | cuDNN | TensorRT | Triton | PyTorch | TensorFlow | ONNX RT |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
humble-ros-core | amd64<br>arm64 | 22.04.4<br>22.04.3 | -<br>36.4.0 | 3.10.12 | humble | ros-core | 3.22.1 | 12.6.68 | - | - | - | - | - | - |
humble , humble-ros-base | amd64<br>arm64 | 22.04.4<br>22.04.3 | -<br>36.4.0 | 3.10.12 | humble | ros-base | 3.22.1 | 12.6.68 | - | - | - | - | - | - |
humble-desktop-full | amd64<br>arm64 | 22.04.4<br>22.04.3 | -<br>36.4.0 | 3.10.12 | humble | desktop-full | 3.22.1 | 12.6.68 | - | - | - | - | - | - |
jazzy-ros-core | amd64 | 24.04 | - | 3.12.3 | jazzy | ros-core | 3.28.3 | 12.6.68 | - | - | - | - | - | - |
latest , jazzy , jazzy-ros-base | amd64 | 24.04 | - | 3.12.3 | jazzy | ros-base | 3.28.3 | 12.6.68 | - | - | - | - | - | - |
jazzy-desktop-full | amd64<br>arm64 | 24.04<br>22.04.3 | -<br>36.4.0 | 3.12.3<br>3.10.12 | jazzy | desktop-full<br>built from src | 3.28.3<br>3.22.1 | 12.6.68 | - | - | - | - | - | - |
rolling-ros-core | amd64 | 24.04 | - | 3.12.3 | rolling | ros-core | 3.28.3 | 12.6.68 | - | - | - | - | - | - |
rolling , rolling-ros-base | amd64 | 24.04 | - | 3.12.3 | rolling | ros-base | 3.28.3 | 12.6.68 | - | - | - | - | - | - |
rolling-desktop-full | amd64 | 24.04 | - | 3.12.3 | rolling | desktop-full | 3.28.3 | 12.6.68 | - | - | - | - | - | - |
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>Tag | Arch | Ubuntu | Jetson Linux | Python | ROS | ROS Package | CMake | CUDA | cuDNN | TensorRT | Triton | PyTorch | TensorFlow | ONNX RT |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
humble-ros-core | amd64<br>arm64 | 22.04.4 | -<br>36.4.0 | 3.10.12 | humble | ros-core | 3.24.0<br>3.22.1 | 12.6.37<br>12.6.68 | 9.3.0.75 | 10.3.0.26 | - | - | - | - |
humble , humble-ros-base | amd64<br>arm64 | 22.04.4 | -<br>36.4.0 | 3.10.12 | humble | ros-base | 3.24.0<br>3.22.1 | 12.6.37<br>12.6.68 | 9.3.0.75 | 10.3.0.26 | - | - | - | - |
humble-desktop-full | amd64<br>arm64 | 22.04.4 | -<br>36.4.0 | 3.10.12 | humble | desktop-full | 3.24.0<br>3.22.1 | 12.6.37<br>12.6.68 | 9.3.0.75 | 10.3.0.26 | - | - | - | - |
jazzy-ros-core | amd64 | 24.04.1 | - | 3.12.3 | jazzy | ros-core | 3.24.0 | 12.6.77 | 9.5.1.17 | 10.6.0.26 | - | - | - | - |
latest , jazzy , jazzy-ros-base | amd64 | 24.04.1 | - | 3.12.3 | jazzy | ros-base | 3.24.0 | 12.6.77 | 9.5.1.17 | 10.6.0.26 | - | - | - | - |
jazzy-desktop-full | amd64<br>arm64 | 24.04.1<br>22.04.4 | -<br>36.4.0 | 3.12.3<br>3.10.12 | jazzy | desktop-full<br>built from src | 3.24.0<br>3.22.1 | 12.6.77<br>12.6.68 | 9.5.1.17<br>9.3.0.75 | 10.6.0.26<br>10.3.0.26 | - | - | - | - |
rolling-ros-core | amd64 | 24.04.1 | - | 3.12.3 | rolling | ros-core | 3.24.0 | 12.6.77 | 9.5.1.17 | 10.6.0.26 | - | - | - | - |
rolling , rolling-ros-base | amd64 | 24.04.1 | - | 3.12.3 | rolling | ros-base | 3.24.0 | 12.6.77 | 9.5.1.17 | 10.6.0.26 | - | - | - | - |
rolling-desktop-full | amd64 | 24.04.1 | - | 3.12.3 | rolling | desktop-full | 3.24.0 | 12.6.77 | 9.5.1.17 | 10.6.0.26 | - | - | - | - |
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>Tag | Arch | Ubuntu | Jetson Linux | Python | ROS | ROS Package | CMake | CUDA | cuDNN | TensorRT | Triton | PyTorch | TensorFlow | ONNX RT |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
humble-ros-core-triton2.52.0 | amd64<br>arm64 | 22.04.5 | - | 3.10.12 | humble | ros-core | 3.22.1 | - | - | - | 2.52.0 | - | - | - |
humble , humble-ros-base-triton2.52.0 | amd64<br>arm64 | 22.04.5 | - | 3.10.12 | humble | ros-base | 3.22.1 | - | - | - | 2.52.0 | - | - | - |
humble-desktop-full-triton2.52.0 | amd64<br>arm64 | 22.04.5 | - | 3.10.12 | humble | desktop-full | 3.22.1 | - | - | - | 2.52.0 | - | - | - |
jazzy-ros-core-triton2.52.0 | amd64<br>arm64 | 24.04.1 | - | 3.12.3 | jazzy | ros-core | 3.28.3 | - | - | - | 2.52.0 | - | - | - |
latest , jazzy , jazzy-ros-base-triton2.52.0 | amd64<br>arm64 | 24.04.1 | - | 3.12.3 | jazzy | ros-base | 3.28.3 | - | - | - | 2.52.0 | - | - | - |
jazzy-desktop-full-triton2.52.0 | amd64<br>arm64 | 24.04.1 | - | 3.12.3 | jazzy | desktop-full | 3.28.3 | - | - | - | 2.52.0 | - | - | - |
rolling-ros-core-triton2.52.0 | amd64<br>arm64 | 24.04.1 | - | 3.12.3 | rolling | ros-core | 3.28.3 | - | - | - | 2.52.0 | - | - | - |
rolling , rolling-ros-base-triton2.52.0 | amd64<br>arm64 | 24.04.1 | - | 3.12.3 | rolling | ros-base | 3.28.3 | - | - | - | 2.52.0 | - | - | - |
rolling-desktop-full-triton2.52.0 | amd64<br>arm64 | 24.04.1 | - | 3.12.3 | rolling | desktop-full | 3.28.3 | - | - | - | 2.52.0 | - | - | - |
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>Tag | Arch | Ubuntu | Jetson Linux | Python | ROS | ROS Package | CMake | CUDA | cuDNN | TensorRT | Triton | PyTorch | TensorFlow | ONNX RT |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
humble-ros-core-torch2.5.0 | amd64<br>arm64 | 22.04.4 | -<br>36.4.0 | 3.10.12 | humble | ros-core | 3.24.0<br>3.22.1 | 12.6.37<br>12.6.68 | 9.3.0.75 | 10.3.0.26 | - | 2.5.0 | - | - |
humble , humble-ros-base-torch2.5.0 | amd64<br>arm64 | 22.04.4 | -<br>36.4.0 | 3.10.12 | humble | ros-base | 3.24.0<br>3.22.1 | 12.6.37<br>12.6.68 | 9.3.0.75 | 10.3.0.26 | - | 2.5.0 | - | - |
humble-desktop-full-torch2.5.0 | amd64<br>arm64 | 22.04.4 | -<br>36.4.0 | 3.10.12 | humble | desktop-full | 3.24.0<br>3.22.1 | 12.6.37<br>12.6.68 | 9.3.0.75 | 10.3.0.26 | - | 2.5.0 | - | - |
jazzy-ros-core-torch2.5.0 | amd64 | 24.04.1 | - | 3.12.3 | jazzy | ros-core | 3.24.0 | 12.6.77 | 9.5.1.17 | 10.6.0.26 | - | 2.5.0 | - | - |
latest , jazzy , jazzy-ros-base-torch2.5.0 | amd64 | 24.04.1 | - | 3.12.3 | jazzy | ros-base | 3.24.0 | 12.6.77 | 9.5.1.17 | 10.6.0.26 | - | 2.5.0 | - | - |
jazzy-desktop-full-torch2.5.0 | amd64<br>arm64 | 24.04.1<br>22.04.4 | -<br>36.4.0 | 3.12.3<br>3.10.12 | jazzy | desktop-full<br>built from src | 3.24.0<br>3.22.1 | 12.6.77<br>12.6.68 | 9.5.1.17<br>9.3.0.75 | 10.6.0.26<br>10.3.0.26 | - | 2.5.0 | - | - |
rolling-ros-core-torch2.5.0 | amd64 | 24.04.1 | - | 3.12.3 | rolling | ros-core | 3.24.0 | 12.6.77 | 9.5.1.17 | 10.6.0.26 | - | 2.5.0 | - | - |
rolling , rolling-ros-base-torch2.5.0 | amd64 | 24.04.1 | - | 3.12.3 | rolling | ros-base | 3.24.0 | 12.6.77 | 9.5.1.17 | 10.6.0.26 | - | 2.5.0 | - | - |
rolling-desktop-full-torch2.5.0 | amd64 | 24.04.1 | - | 3.12.3 | rolling | desktop-full | 3.24.0 | 12.6.77 | 9.5.1.17 | 10.6.0.26 | - | 2.5.0 | - | - |
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>Tag | Arch | Ubuntu | Jetson Linux | Python | ROS | ROS Package | CMake | CUDA | cuDNN | TensorRT | Triton | PyTorch | TensorFlow | ONNX RT |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
humble-ros-core-tf2.18.0 | amd64<br>arm64 | 22.04.4 | -<br>36.4.0 | 3.10.12 | humble | ros-core | 3.24.0<br>3.22.1 | 12.6.37<br>12.6.68 | 9.3.0.75 | 10.3.0.26 | - | - | 2.18.0<br>2.16.1 | - |
humble , humble-ros-base-tf2.18.0 | amd64<br>arm64 | 22.04.4 | -<br>36.4.0 | 3.10.12 | humble | ros-base | 3.24.0<br>3.22.1 | 12.6.37<br>12.6.68 | 9.3.0.75 | 10.3.0.26 | - | - | 2.18.0<br>2.16.1 | - |
humble-desktop-full-tf2.18.0 | amd64<br>arm64 | 22.04.4 | -<br>36.4.0 | 3.10.12 | humble | desktop-full | 3.24.0<br>3.22.1 | 12.6.37<br>12.6.68 | 9.3.0.75 | 10.3.0.26 | - | - | 2.18.0<br>2.16.1 | - |
jazzy-ros-core-tf2.18.0 | amd64 | 24.04.1 | - | 3.12.3 | jazzy | ros-core | 3.24.0 | 12.6.77 | 9.5.1.17 | 10.6.0.26 | - | - | 2.18.0 | - |
latest , jazzy , jazzy-ros-base-tf2.18.0 | amd64 | 24.04.1 | - | 3.12.3 | jazzy | ros-base | 3.24.0 | 12.6.77 | 9.5.1.17 | 10.6.0.26 | - | - | 2.18.0 | - |
jazzy-desktop-full-tf2.18.0 | amd64<br>arm64 | 24.04.1<br>22.04.4 | -<br>36.4.0 | 3.12.3<br>3.10.12 | jazzy | desktop-full<br>built from src | 3.24.0<br>3.22.1 | 12.6.77<br>12.6.68 | 9.5.1.17<br>9.3.0.75 | 10.6.0.26<br>10.3.0.26 | - | - | 2.18.0<br>2.16.1 | - |
rolling-ros-core-tf2.18.0 | amd64 | 24.04.1 | - | 3.12.3 | rolling | ros-core | 3.24.0 | 12.6.77 | 9.5.1.17 | 10.6.0.26 | - | - | 2.18.0 | - |
rolling , rolling-ros-base-tf2.18.0 | amd64 | 24.04.1 | - | 3.12.3 | rolling | ros-base | 3.24.0 | 12.6.77 | 9.5.1.17 | 10.6.0.26 | - | - | 2.18.0 | - |
rolling-desktop-full-tf2.18.0 | amd64 | 24.04.1 | - | 3.12.3 | rolling | desktop-full | 3.24.0 | 12.6.77 | 9.5.1.17 | 10.6.0.26 | - | - | 2.18.0 | - |
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>Tag | Arch | Ubuntu | Jetson Linux | Python | ROS | ROS Package | CMake | CUDA | cuDNN | TensorRT | Triton | PyTorch | TensorFlow | ONNX RT |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
humble-ros-core-tf2.18.0-torch2.5.0 | amd64<br>arm64 | 22.04.4 | -<br>36.4.0 | 3.10.12 | humble | ros-core | 3.24.0<br>3.22.1 | 12.6.37<br>12.6.68 | 9.3.0.75 | 10.3.0.26 | 2.52.0 | 2.5.0 | 2.18.0<br>- | 1.20.1<br>- |
humble , humble-ros-base-tf2.18.0-torch2.5.0 | amd64<br>arm64 | 22.04.4 | -<br>36.4.0 | 3.10.12 | humble | ros-base | 3.24.0<br>3.22.1 | 12.6.37<br>12.6.68 | 9.3.0.75 | 10.3.0.26 | 2.52.0 | 2.5.0 | 2.18.0<br>- | 1.20.1<br>- |
humble-desktop-full-tf2.18.0-torch2.5.0 | amd64<br>arm64 | 22.04.4 | -<br>36.4.0 | 3.10.12 | humble | desktop-full | 3.24.0<br>3.22.1 | 12.6.37<br>12.6.68 | 9.3.0.75 | 10.3.0.26 | 2.52.0 | 2.5.0 | 2.18.0<br>- | 1.20.1<br>- |
jazzy-ros-core-tf2.18.0-torch2.5.0 | amd64 | 24.04.1 | - | 3.12.3 | jazzy | ros-core | 3.24.0 | 12.6.77 | 9.5.1.17 | 10.6.0.26 | 2.52.0 | 2.5.0 | 2.18.0 | 1.20.1 |
latest , jazzy , jazzy-ros-base-tf2.18.0-torch2.5.0 | amd64 | 24.04.1 | - | 3.12.3 | jazzy | ros-base | 3.24.0 | 12.6.77 | 9.5.1.17 | 10.6.0.26 | 2.52.0 | 2.5.0 | 2.18.0 | 1.20.1 |
jazzy-desktop-full-tf2.18.0-torch2.5.0 | amd64<br>arm64 | 24.04.1<br>22.04.4 | -<br>36.4.0 | 3.12.3<br>3.10.12 | jazzy | desktop-full<br>built from src | 3.24.0<br>3.22.1 | 12.6.77<br>12.6.68 | 9.5.1.17<br>9.3.0.75 | 10.6.0.26<br>10.3.0.26 | 2.52.0 | 2.5.0 | 2.18.0<br>- | 1.20.1<br>- |
rolling-ros-core-tf2.18.0-torch2.5.0 | amd64 | 24.04.1 | - | 3.12.3 | rolling | ros-core | 3.24.0 | 12.6.77 | 9.5.1.17 | 10.6.0.26 | 2.52.0 | 2.5.0 | 2.18.0 | 1.20.1 |
rolling , rolling-ros-base-tf2.18.0-torch2.5.0 | amd64 | 24.04.1 | - | 3.12.3 | rolling | ros-base | 3.24.0 | 12.6.77 | 9.5.1.17 | 10.6.0.26 | 2.52.0 | 2.5.0 | 2.18.0 | 1.20.1 |
rolling-desktop-full-tf2.18.0-torch2.5.0 | amd64 | 24.04.1 | - | 3.12.3 | rolling | desktop-full | 3.24.0 | 12.6.77 | 9.5.1.17 | 10.6.0.26 | 2.52.0 | 2.5.0 | 2.18.0 | 1.20.1 |
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>Tag | Arch | Ubuntu | Jetson Linux | Python | ROS | ROS Package | CMake | CUDA | cuDNN | TensorRT | Triton | PyTorch | TensorFlow | ONNX RT |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
noetic-ros-core | amd64<br>arm64 | 20.04.6 | - | 3.8.10 | noetic | ros-core | 3.16.3 | - | - | - | - | - | - | - |
latest , noetic , noetic-ros-base | amd64<br>arm64 | 20.04.6 | - | 3.8.10 | noetic | ros-base | 3.16.3 | - | - | - | - | - | - | - |
noetic-desktop-full | amd64<br>arm64 | 20.04.6 | - | 3.8.10 | noetic | desktop-full | 3.16.3 | - | - | - | - | - | - | - |
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>Tag | Arch | Ubuntu | Jetson Linux | Python | ROS | ROS Package | CMake | CUDA | cuDNN | TensorRT | Triton | PyTorch | TensorFlow | ONNX RT |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
noetic-ros-core | amd64<br>arm64 | 20.04.6 | -<br>35.4.0 | 3.8.10 | noetic | ros-core | 3.16.3 | 11.4.148<br>11.4.298 | - | - | - | - | - | - |
latest , noetic , noetic-ros-base | amd64<br>arm64 | 20.04.6 | -<br>35.4.0 | 3.8.10 | noetic | ros-base | 3.16.3 | 11.4.148<br>11.4.298 | - | - | - | - | - | - |
noetic-desktop-full | amd64<br>arm64 | 20.04.6 | -<br>35.4.0 | 3.8.10 | noetic | desktop-full | 3.16.3 | 11.4.148<br>11.4.298 | - | - | - | - | - | - |
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>Tag | Arch | Ubuntu | Jetson Linux | Python | ROS | ROS Package | CMake | CUDA | cuDNN | TensorRT | Triton | PyTorch | TensorFlow | ONNX RT |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
noetic-ros-core | amd64<br>arm64 | 20.04.2<br>20.04.6 | -<br>35.4.0 | 3.8.10 | noetic | ros-core | 3.14.4<br>3.16.3 | 11.4.108<br>11.4.298 | 8.2.2.26<br>8.6.0.166 | 8.0.1<br>8.5.2 | - | - | - | - |
latest , noetic , noetic-ros-base | amd64<br>arm64 | 20.04.2<br>20.04.6 | -<br>35.4.0 | 3.8.10 | noetic | ros-base | 3.14.4<br>3.16.3 | 11.4.108<br>11.4.298 | 8.2.2.26<br>8.6.0.166 | 8.0.1<br>8.5.2 | - | - | - | - |
noetic-desktop-full | amd64<br>arm64 | 20.04.2<br>20.04.6 | -<br>35.4.0 | 3.8.10 | noetic | desktop-full | 3.14.4<br>3.16.3 | 11.4.108<br>11.4.298 | 8.2.2.26<br>8.6.0.166 | 8.0.1<br>8.5.2 | - | - | - | - |
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>Tag | Arch | Ubuntu | Jetson Linux | Python | ROS | ROS Package | CMake | CUDA | cuDNN | TensorRT | Triton | PyTorch | TensorFlow | ONNX RT |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
noetic-ros-core-triton2.52.0 | amd64<br>arm64 | 20.04.6 | - | 3.8.10 | noetic | ros-core | 3.16.3 | - | - | - | 2.52.0 | - | - | - |
latest , noetic , noetic-ros-base-triton2.52.0 | amd64<br>arm64 | 20.04.6 | - | 3.8.10 | noetic | ros-base | 3.16.3 | - | - | - | 2.52.0 | - | - | - |
noetic-desktop-full-triton2.52.0 | amd64<br>arm64 | 20.04.6 | - | 3.8.10 | noetic | desktop-full | 3.16.3 | - | - | - | 2.52.0 | - | - | - |
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>Tag | Arch | Ubuntu | Jetson Linux | Python | ROS | ROS Package | CMake | CUDA | cuDNN | TensorRT | Triton | PyTorch | TensorFlow | ONNX RT |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
noetic-ros-core-torch2.1.0 | amd64<br>arm64 | 20.04.2<br>20.04.6 | -<br>35.4.0 | 3.8.10 | noetic | ros-core | 3.14.4<br>3.16.3 | 11.4.108<br>11.4.298 | 8.2.2.26<br>8.6.0.166 | 8.0.1<br>8.5.2 | - | 2.1.0 | - | - |
latest , noetic , noetic-ros-base-torch2.1.0 | amd64<br>arm64 | 20.04.2<br>20.04.6 | -<br>35.4.0 | 3.8.10 | noetic | ros-base | 3.14.4<br>3.16.3 | 11.4.108<br>11.4.298 | 8.2.2.26<br>8.6.0.166 | 8.0.1<br>8.5.2 | - | 2.1.0 | - | - |
noetic-desktop-full-torch2.1.0 | amd64<br>arm64 | 20.04.2<br>20.04.6 | -<br>35.4.0 | 3.8.10 | noetic | desktop-full | 3.14.4<br>3.16.3 | 11.4.108<br>11.4.298 | 8.2.2.26<br>8.6.0.166 | 8.0.1<br>8.5.2 | - | 2.1.0 | - | - |
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>Tag | Arch | Ubuntu | Jetson Linux | Python | ROS | ROS Package | CMake | CUDA | cuDNN | TensorRT | Triton | PyTorch | TensorFlow | ONNX RT |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
noetic-ros-core-tf2.12.0 | amd64<br>arm64 | 20.04.2<br>20.04.6 | -<br>35.4.0 | 3.8.10 | noetic | ros-core | 3.14.4<br>3.16.3 | 11.4.108<br>11.4.298 | 8.2.2.26<br>8.6.0.166 | 8.0.1<br>8.5.2 | - | - | 2.12.0 | - |
latest , noetic , noetic-ros-base-tf2.12.0 | amd64<br>arm64 | 20.04.2<br>20.04.6 | -<br>35.4.0 | 3.8.10 | noetic | ros-base | 3.14.4<br>3.16.3 | 11.4.108<br>11.4.298 | 8.2.2.26<br>8.6.0.166 | 8.0.1<br>8.5.2 | - | - | 2.12.0 | - |
noetic-desktop-full-tf2.12.0 | amd64<br>arm64 | 20.04.2<br>20.04.6 | -<br>35.4.0 | 3.8.10 | noetic | desktop-full | 3.14.4<br>3.16.3 | 11.4.108<br>11.4.298 | 8.2.2.26<br>8.6.0.166 | 8.0.1<br>8.5.2 | - | - | 2.12.0 | - |
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>Tag | Arch | Ubuntu | Jetson Linux | Python | ROS | ROS Package | CMake | CUDA | cuDNN | TensorRT | Triton | PyTorch | TensorFlow | ONNX RT |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
noetic-ros-core-tf2.12.0-torch2.1.0 | amd64<br>arm64 | 20.04.2<br>20.04.6 | -<br>35.4.0 | 3.8.10 | noetic | ros-core | 3.14.4<br>3.16.3 | 11.4.108<br>11.4.298 | 8.2.2.26<br>8.6.0.166 | 8.0.1<br>8.5.2 | 2.52.0 | 2.1.0 | 2.12.0 | 1.13.1<br>- |
latest , noetic , noetic-ros-base-tf2.12.0-torch2.1.0 | amd64<br>arm64 | 20.04.2<br>20.04.6 | -<br>35.4.0 | 3.8.10 | noetic | ros-base | 3.14.4<br>3.16.3 | 11.4.108<br>11.4.298 | 8.2.2.26<br>8.6.0.166 | 8.0.1<br>8.5.2 | 2.52.0 | 2.1.0 | 2.12.0 | 1.13.1<br>- |
noetic-desktop-full-tf2.12.0-torch2.1.0 | amd64<br>arm64 | 20.04.2<br>20.04.6 | -<br>35.4.0 | 3.8.10 | noetic | desktop-full | 3.14.4<br>3.16.3 | 11.4.108<br>11.4.298 | 8.2.2.26<br>8.6.0.166 | 8.0.1<br>8.5.2 | 2.52.0 | 2.1.0 | 2.12.0 | 1.13.1<br>- |
Manual Build
docker buildx build \
--pull \
--platform $PLATFORM \
--build-arg IMAGE_VERSION=$CI_COMMIT_TAG \
--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 ROS_BUILD_FROM_SRC=$ROS_BUILD_FROM_SRC \
--build-arg TORCH_VERSION=$TORCH_VERSION \
--build-arg TF_VERSION=$TF_VERSION \
--build-arg ONNX_RUNTIME_VERSION=$ONNX_RUNTIME_VERSION \
--build-arg TRITON_VERSION=$TRITON_VERSION \
--tag $IMAGE .