docker-ros-ml-images – Machine Learning-Enabled ROS Docker Images
docker-ros-ml-images provides multi-arch machine learning-enabled ROS Docker images.
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
docker-run is a CLI tool for simplified interaction with Docker images
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
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__}!")'
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 .
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).
Click to expand
Tag
Arch
Ubuntu
Jetson Linux
Python
ROS
ROS Package
CMake
CUDA
cuDNN
TensorRT
Triton
PyTorch
TensorFlow
ONNX RT
humble-ros-core
amd64 arm64
22.04.5
-
3.10.12
humble
ros-core
3.22.1
-
-
-
-
-
-
-
humble
, humble-ros-base
amd64 arm64
22.04.5
-
3.10.12
humble
ros-base
3.22.1
-
-
-
-
-
-
-
humble-desktop-full
amd64 arm64
22.04.5
-
3.10.12
humble
desktop-full
3.22.1
-
-
-
-
-
-
-
jazzy-ros-core
amd64 arm64
24.04.1
-
3.12.3
jazzy
ros-core
3.28.3
-
-
-
-
-
-
-
latest
, jazzy
, jazzy-ros-base
amd64 arm64
24.04.1
-
3.12.3
jazzy
ros-base
3.28.3
-
-
-
-
-
-
-
jazzy-desktop-full
amd64 arm64
24.04.1
-
3.12.3
jazzy
desktop-full
3.28.3
-
-
-
-
-
-
-
rolling-ros-core
amd64 arm64
24.04.1
-
3.12.3
rolling
ros-core
3.28.3
-
-
-
-
-
-
-
rolling
, rolling-ros-base
amd64 arm64
24.04.1
-
3.12.3
rolling
ros-base
3.28.3
-
-
-
-
-
-
-
rolling-desktop-full
amd64 arm64
24.04.1
-
3.12.3
rolling
desktop-full
3.28.3
-
-
-
-
-
-
-
Click to expand
Tag
Arch
Ubuntu
Jetson Linux
Python
ROS
ROS Package
CMake
CUDA
cuDNN
TensorRT
Triton
PyTorch
TensorFlow
ONNX RT
humble-ros-core
amd64 arm64
22.04.4 22.04.3
- 36.4.0
3.10.12
humble
ros-core
3.22.1
12.6.68
-
-
-
-
-
-
humble
, humble-ros-base
amd64 arm64
22.04.4 22.04.3
- 36.4.0
3.10.12
humble
ros-base
3.22.1
12.6.68
-
-
-
-
-
-
humble-desktop-full
amd64 arm64
22.04.4 22.04.3
- 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 arm64
24.04 22.04.3
- 36.4.0
3.12.3 3.10.12
jazzy
desktop-full built from src
3.28.3 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
-
-
-
-
-
-
Click to expand
Tag
Arch
Ubuntu
Jetson Linux
Python
ROS
ROS Package
CMake
CUDA
cuDNN
TensorRT
Triton
PyTorch
TensorFlow
ONNX RT
humble-ros-core
amd64 arm64
22.04.4
- 36.4.0
3.10.12
humble
ros-core
3.24.0 3.22.1
12.6.37 12.6.68
9.3.0.75
10.3.0.26
-
-
-
-
humble
, humble-ros-base
amd64 arm64
22.04.4
- 36.4.0
3.10.12
humble
ros-base
3.24.0 3.22.1
12.6.37 12.6.68
9.3.0.75
10.3.0.26
-
-
-
-
humble-desktop-full
amd64 arm64
22.04.4
- 36.4.0
3.10.12
humble
desktop-full
3.24.0 3.22.1
12.6.37 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 arm64
24.04.1 22.04.4
- 36.4.0
3.12.3 3.10.12
jazzy
desktop-full built from src
3.24.0 3.22.1
12.6.77 12.6.68
9.5.1.17 9.3.0.75
10.6.0.26 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
-
-
-
-
Click to expand
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 arm64
22.04.5
-
3.10.12
humble
ros-core
3.22.1
-
-
-
2.52.0
-
-
-
humble
, humble-ros-base-triton2.52.0
amd64 arm64
22.04.5
-
3.10.12
humble
ros-base
3.22.1
-
-
-
2.52.0
-
-
-
humble-desktop-full-triton2.52.0
amd64 arm64
22.04.5
-
3.10.12
humble
desktop-full
3.22.1
-
-
-
2.52.0
-
-
-
jazzy-ros-core-triton2.52.0
amd64 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 arm64
24.04.1
-
3.12.3
jazzy
ros-base
3.28.3
-
-
-
2.52.0
-
-
-
jazzy-desktop-full-triton2.52.0
amd64 arm64
24.04.1
-
3.12.3
jazzy
desktop-full
3.28.3
-
-
-
2.52.0
-
-
-
rolling-ros-core-triton2.52.0
amd64 arm64
24.04.1
-
3.12.3
rolling
ros-core
3.28.3
-
-
-
2.52.0
-
-
-
rolling
, rolling-ros-base-triton2.52.0
amd64 arm64
24.04.1
-
3.12.3
rolling
ros-base
3.28.3
-
-
-
2.52.0
-
-
-
rolling-desktop-full-triton2.52.0
amd64 arm64
24.04.1
-
3.12.3
rolling
desktop-full
3.28.3
-
-
-
2.52.0
-
-
-
Click to expand
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 arm64
22.04.4
- 36.4.0
3.10.12
humble
ros-core
3.24.0 3.22.1
12.6.37 12.6.68
9.3.0.75
10.3.0.26
-
2.5.0
-
-
humble
, humble-ros-base-torch2.5.0
amd64 arm64
22.04.4
- 36.4.0
3.10.12
humble
ros-base
3.24.0 3.22.1
12.6.37 12.6.68
9.3.0.75
10.3.0.26
-
2.5.0
-
-
humble-desktop-full-torch2.5.0
amd64 arm64
22.04.4
- 36.4.0
3.10.12
humble
desktop-full
3.24.0 3.22.1
12.6.37 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 arm64
24.04.1 22.04.4
- 36.4.0
3.12.3 3.10.12
jazzy
desktop-full built from src
3.24.0 3.22.1
12.6.77 12.6.68
9.5.1.17 9.3.0.75
10.6.0.26 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
-
-
Click to expand
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 arm64
22.04.4
- 36.4.0
3.10.12
humble
ros-core
3.24.0 3.22.1
12.6.37 12.6.68
9.3.0.75
10.3.0.26
-
-
2.18.0 2.16.1
-
humble
, humble-ros-base-tf2.18.0
amd64 arm64
22.04.4
- 36.4.0
3.10.12
humble
ros-base
3.24.0 3.22.1
12.6.37 12.6.68
9.3.0.75
10.3.0.26
-
-
2.18.0 2.16.1
-
humble-desktop-full-tf2.18.0
amd64 arm64
22.04.4
- 36.4.0
3.10.12
humble
desktop-full
3.24.0 3.22.1
12.6.37 12.6.68
9.3.0.75
10.3.0.26
-
-
2.18.0 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 arm64
24.04.1 22.04.4
- 36.4.0
3.12.3 3.10.12
jazzy
desktop-full built from src
3.24.0 3.22.1
12.6.77 12.6.68
9.5.1.17 9.3.0.75
10.6.0.26 10.3.0.26
-
-
2.18.0 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
-
Click to expand
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 arm64
22.04.4
- 36.4.0
3.10.12
humble
ros-core
3.24.0 3.22.1
12.6.37 12.6.68
9.3.0.75
10.3.0.26
2.52.0
2.5.0
2.18.0 -
1.20.1 -
humble
, humble-ros-base-tf2.18.0-torch2.5.0
amd64 arm64
22.04.4
- 36.4.0
3.10.12
humble
ros-base
3.24.0 3.22.1
12.6.37 12.6.68
9.3.0.75
10.3.0.26
2.52.0
2.5.0
2.18.0 -
1.20.1 -
humble-desktop-full-tf2.18.0-torch2.5.0
amd64 arm64
22.04.4
- 36.4.0
3.10.12
humble
desktop-full
3.24.0 3.22.1
12.6.37 12.6.68
9.3.0.75
10.3.0.26
2.52.0
2.5.0
2.18.0 -
1.20.1 -
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 arm64
24.04.1 22.04.4
- 36.4.0
3.12.3 3.10.12
jazzy
desktop-full built from src
3.24.0 3.22.1
12.6.77 12.6.68
9.5.1.17 9.3.0.75
10.6.0.26 10.3.0.26
2.52.0
2.5.0
2.18.0 -
1.20.1 -
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
Click to expand
Tag
Arch
Ubuntu
Jetson Linux
Python
ROS
ROS Package
CMake
CUDA
cuDNN
TensorRT
Triton
PyTorch
TensorFlow
ONNX RT
noetic-ros-core
amd64 arm64
20.04.6
-
3.8.10
noetic
ros-core
3.16.3
-
-
-
-
-
-
-
latest
, noetic
, noetic-ros-base
amd64 arm64
20.04.6
-
3.8.10
noetic
ros-base
3.16.3
-
-
-
-
-
-
-
noetic-desktop-full
amd64 arm64
20.04.6
-
3.8.10
noetic
desktop-full
3.16.3
-
-
-
-
-
-
-
Click to expand
Tag
Arch
Ubuntu
Jetson Linux
Python
ROS
ROS Package
CMake
CUDA
cuDNN
TensorRT
Triton
PyTorch
TensorFlow
ONNX RT
noetic-ros-core
amd64 arm64
20.04.6
- 35.4.0
3.8.10
noetic
ros-core
3.16.3
11.4.148 11.4.298
-
-
-
-
-
-
latest
, noetic
, noetic-ros-base
amd64 arm64
20.04.6
- 35.4.0
3.8.10
noetic
ros-base
3.16.3
11.4.148 11.4.298
-
-
-
-
-
-
noetic-desktop-full
amd64 arm64
20.04.6
- 35.4.0
3.8.10
noetic
desktop-full
3.16.3
11.4.148 11.4.298
-
-
-
-
-
-
Click to expand
Tag
Arch
Ubuntu
Jetson Linux
Python
ROS
ROS Package
CMake
CUDA
cuDNN
TensorRT
Triton
PyTorch
TensorFlow
ONNX RT
noetic-ros-core
amd64 arm64
20.04.2 20.04.6
- 35.4.0
3.8.10
noetic
ros-core
3.14.4 3.16.3
11.4.108 11.4.298
8.2.2.26 8.6.0.166
8.0.1 8.5.2
-
-
-
-
latest
, noetic
, noetic-ros-base
amd64 arm64
20.04.2 20.04.6
- 35.4.0
3.8.10
noetic
ros-base
3.14.4 3.16.3
11.4.108 11.4.298
8.2.2.26 8.6.0.166
8.0.1 8.5.2
-
-
-
-
noetic-desktop-full
amd64 arm64
20.04.2 20.04.6
- 35.4.0
3.8.10
noetic
desktop-full
3.14.4 3.16.3
11.4.108 11.4.298
8.2.2.26 8.6.0.166
8.0.1 8.5.2
-
-
-
-
Click to expand
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 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 arm64
20.04.6
-
3.8.10
noetic
ros-base
3.16.3
-
-
-
2.52.0
-
-
-
noetic-desktop-full-triton2.52.0
amd64 arm64
20.04.6
-
3.8.10
noetic
desktop-full
3.16.3
-
-
-
2.52.0
-
-
-
Click to expand
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 arm64
20.04.2 20.04.6
- 35.4.0
3.8.10
noetic
ros-core
3.14.4 3.16.3
11.4.108 11.4.298
8.2.2.26 8.6.0.166
8.0.1 8.5.2
-
2.1.0
-
-
latest
, noetic
, noetic-ros-base-torch2.1.0
amd64 arm64
20.04.2 20.04.6
- 35.4.0
3.8.10
noetic
ros-base
3.14.4 3.16.3
11.4.108 11.4.298
8.2.2.26 8.6.0.166
8.0.1 8.5.2
-
2.1.0
-
-
noetic-desktop-full-torch2.1.0
amd64 arm64
20.04.2 20.04.6
- 35.4.0
3.8.10
noetic
desktop-full
3.14.4 3.16.3
11.4.108 11.4.298
8.2.2.26 8.6.0.166
8.0.1 8.5.2
-
2.1.0
-
-
Click to expand
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 arm64
20.04.2 20.04.6
- 35.4.0
3.8.10
noetic
ros-core
3.14.4 3.16.3
11.4.108 11.4.298
8.2.2.26 8.6.0.166
8.0.1 8.5.2
-
-
2.12.0
-
latest
, noetic
, noetic-ros-base-tf2.12.0
amd64 arm64
20.04.2 20.04.6
- 35.4.0
3.8.10
noetic
ros-base
3.14.4 3.16.3
11.4.108 11.4.298
8.2.2.26 8.6.0.166
8.0.1 8.5.2
-
-
2.12.0
-
noetic-desktop-full-tf2.12.0
amd64 arm64
20.04.2 20.04.6
- 35.4.0
3.8.10
noetic
desktop-full
3.14.4 3.16.3
11.4.108 11.4.298
8.2.2.26 8.6.0.166
8.0.1 8.5.2
-
-
2.12.0
-
rwthika/ros-ml
(ROS, NVIDIA CUDA, NVIDIA TensorRT, PyTorch, TensorFlow)
Click to expand
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 arm64
20.04.2 20.04.6
- 35.4.0
3.8.10
noetic
ros-core
3.14.4 3.16.3
11.4.108 11.4.298
8.2.2.26 8.6.0.166
8.0.1 8.5.2
2.52.0
2.1.0
2.12.0
1.13.1 -
latest
, noetic
, noetic-ros-base-tf2.12.0-torch2.1.0
amd64 arm64
20.04.2 20.04.6
- 35.4.0
3.8.10
noetic
ros-base
3.14.4 3.16.3
11.4.108 11.4.298
8.2.2.26 8.6.0.166
8.0.1 8.5.2
2.52.0
2.1.0
2.12.0
1.13.1 -
noetic-desktop-full-tf2.12.0-torch2.1.0
amd64 arm64
20.04.2 20.04.6
- 35.4.0
3.8.10
noetic
desktop-full
3.14.4 3.16.3
11.4.108 11.4.298
8.2.2.26 8.6.0.166
8.0.1 8.5.2
2.52.0
2.1.0
2.12.0
1.13.1 -
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 .