File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33# ─────────────────────────────────────────────────────────────────────────────
44# Stage 1 – base: CUDA + ROS2 + locale/timezone
55# ─────────────────────────────────────────────────────────────────────────────
6- ARG ROS_DISTRO=humble
6+ ARG ROS_DISTRO=jazzy
77
88# Keep the CUDA image aligned with the Ubuntu version required by the ROS distro.
99FROM nvidia/cuda:12.8.1-cudnn-devel-ubuntu22.04 AS humble_base
@@ -13,7 +13,7 @@ FROM ${ROS_DISTRO}_base AS base
1313LABEL description="ROS2 + CUDA - elevation_mapping_cupy baked in"
1414LABEL version="2.0"
1515
16- ARG ROS_DISTRO=humble
16+ ARG ROS_DISTRO=jazzy
1717ARG USERNAME=ros
1818ARG USER_UID=1000
1919ARG USER_GID=${USER_UID}
@@ -178,7 +178,7 @@ RUN groupadd --gid ${USER_GID} ${USERNAME} \
178178FROM dev AS builder
179179
180180ARG USERNAME=ros
181- ARG ROS_DISTRO=humble
181+ ARG ROS_DISTRO=jazzy
182182
183183# Internal workspace used only during build – never exposed as a mount
184184ENV ROS_WS=/home/${USERNAME}/ros_ws
@@ -217,7 +217,7 @@ RUN --mount=type=cache,target=/root/.cache/pip \
217217FROM dev AS runtime
218218
219219ARG USERNAME=ros
220- ARG ROS_DISTRO=humble
220+ ARG ROS_DISTRO=jazzy
221221
222222ENV ROS_WS=/home/${USERNAME}/ros_ws
223223
You can’t perform that action at this time.
0 commit comments