-
Notifications
You must be signed in to change notification settings - Fork 0
Build
Mars edited this page Dec 9, 2024
·
5 revisions
Please read through if you don't know dockerfile well.
Check dockerfile nvidia and intel for GPU.
ARG version # ros version like noetic, humble, jazzy
ARG bundles # ros package bundles like core, base, desktop
...
############### You can change this part #######################
# sudo apt install ros-$ROS_DISTRO-pkg_you_want
# Other package you want to install using apt or pip.
################################################################