NVIDIA
NVIDIA
Isaac ROS Dev Base
Container
NVIDIA
NVIDIA
Isaac ROS Dev Base

Isaac ROS Dev Base containers for running a development environment configured to build/run/test ROS workspaces with Isaac ROS packages.

LayerLabelCreated
e1ab8b26a282294df4105802e278116cbaf30da3aa89aed2d9e32a2fe5c090d2CONFIG
Entrypoint /opt/nvidia/nvidia_entrypoint.sh; WorkingDir /opt/tritonserver
03/31/2023 7:36 PM UTC
3f12ebe2ffe523a356b39169f012a7880237b84506d3f52f3effe10b6b95e9a6RUN
/bin/bash -c python3 -m pip install -U flake8-blind-except flake8-builtins flake8-class-newline flake8-comprehensions flake8-deprecated flake8-docstrings flake8-import-order flake8-quotes pytest-repeat pytest-rerunfailures pytest setuptools==65.7.0
03/31/2023 7:30 PM UTC
b6fe3856281222ff057462dcdaffc1854273a609f54de328dff39a49b8be552cRUN
/bin/bash -c apt-get update &&
  apt-get install -y build-essential git python3-colcon-common-extensions python3-pip python3-pybind11 python3-pytest-cov python3-rosdep python3-rosinstall-generator python3-vcstool wget &&
  rm -rf /var/lib/apt/lists/* &&
  apt-get clean
03/31/2023 7:30 PM UTC
da0752e4d8fc4cdb879d91cf93e54d3a53dd262c58dc684f915837cc7b0a3018RUN
/bin/bash -c apt-get update &&
  apt-get install -y curl gnupg lsb-release &&
  rm -rf /var/lib/apt/lists/* &&
  apt-get clean
03/31/2023 7:29 PM UTC
04befb4e538e878f153a4f6c2ea379becafad7969fef3209981b0232f17f0d60ENV
RMW_IMPLEMENTATION=rmw_fastrtps_cpp
03/31/2023 7:29 PM UTC
d60e6502c0d558fa57715d91e43a2cd7abc906b2f8a1000d8b2519542e50719fRUN
/bin/bash -c echo "deb [arch=$(dpkg --print-architecture) signed-by=/usr/share/keyrings/ros-archive-keyring.gpg] http://packages.ros.org/ros2-testing/ubuntu $(source /etc/os-release && echo $UBUNTU_CODENAME) main" | tee /etc/apt/sources.list.d/ros2.list > /dev/null
03/31/2023 7:29 PM UTC
f7360cd86fa7f7acdbcacd75e994c50f511d1279c50b125978e461f55e939106RUN
/bin/bash -c curl -sSL https://raw.githubusercontent.com/ros/rosdistro/master/ros.key -o /usr/share/keyrings/ros-archive-keyring.gpg
03/31/2023 7:29 PM UTC
17d1a2c4f9b3552c41478b463753f553c417090cbc67ae0e73003a0c619de65fRUN
/bin/bash -c echo "Warning: Using the PYTHONWARNINGS environment variable to silence setup.py and easy_install deprecation warnings caused by colcon"
03/31/2023 7:29 PM UTC
5e0df68c8562c98de61180ecadd6d5f81da6f41dfe63e758655274c8c1bb6871ENV
PYTHONWARNINGS=ignore:::setuptools.command.install,ignore:::setuptools.command.easy_install,ignore:::pkg_resources
03/31/2023 7:29 PM UTC
48033ce79b89de118a1d653ed6073f32012d71ba186140098104c2fbc33573eeENV
ROS_ROOT=/opt/ros/humble
03/31/2023 7:29 PM UTC
...