Releases: turlucode/ros-docker-gui
Releases · turlucode/ros-docker-gui
3.3.0
- Added
minicondasupport - Added CUDA 12.6.3 and cuDNN 9.5.1.17 support for Ubuntu 24.04
- Fixed the command that was listing the available cuDNN support
- Fixed the
cuda_devel.txtto actually support Ubuntu 24.04 onwards by movinglibtinfo5andlibncursesw5out of it and adding it to the python generation function - Fixed
is_cuda_version_supported()not using directly 'ubuntu_version' as it was already the 'flat' version - Changed the base image of NVIDIA builds. Now we just use ubuntu images as base images and not
nvidia/opengl
3.2.0
- Added new
dockerfile_templates/python.txttemplate where all python related packages are defined. Now python is istalled by default - Added new oh-my-zsh plugins: zsh-autosuggestions, zsh-completions and zsh-syntax-highlighting
- Added
git-lfstodockerfile_templates/install_common_packages.txt - Fixed
zshautocompletion issue in ROS2 - Introduced
dockerfile_templates/ros2_extra.txtto explicitly define extra ROS packages and reduced scope of ros2.txt - Removed python installation from
dockerfile_templates/conan.txtas python is installed by default now - Removed any pip upgrades from template files as pip is being upgraded by default at
dockerfile_templates/python.txt
3.1.1
3.1.0
3.0.4
3.0.3
3.0.2
3.0.1
3.0.0
Complete make over 🎉
Version 3.0.0 introduces turludock: a python tool where Dockerfiles files but also ROS images are generated via templates.
Highlights
- Added support for Wayland - X11 is still supported of course
- Added ROS2 support for Humble, Iron and Jazzy
- Supports generating of templated Dockerfiles and provides Dockerfile assets for complete build
- Supports building of docker images
- Only Noetic is supported from ROS1
- Changed supported CUDA/cuDNN versions