Skip to content

Commit

Permalink
Comment on muti-stage usage.
Browse files Browse the repository at this point in the history
  • Loading branch information
EmilianoHFlores committed Mar 31, 2024
1 parent 9c6370e commit d57b5a1
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 7 deletions.
1 change: 1 addition & 0 deletions docker/Dockerfile.main
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ RUN apt-get update -qq && apt-get install -y build-essential \

RUN apt-get update && apt-get install -y ros-noetic-rqt ros-noetic-rqt-common-plugins

# New stage for each feature added
############################################
# Foxglove bridge
############################################
Expand Down
1 change: 1 addition & 0 deletions docker/Dockerfile.main.cuda
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ ENV ROS_ETC_DIR=/opt/ros/noetic/etc/ros
ENV CMAKE_PREFIX_PATH=/opt/ros/noetic
ENV DEBIAN_FRONTEND=

# New stage for each feature added
###########################################
# Develop image
###########################################
Expand Down
7 changes: 1 addition & 6 deletions docker/Dockerfile.main.l4t-35.4.1
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,8 @@ RUN apt-get update -qq && apt-get install -y build-essential \
terminator nano git wget curl iputils-ping \
libcanberra-gtk-module libcanberra-gtk3-module \
ros-dev-tools ros-noetic-teleop-twist-keyboard

# # Gazebo classic install
# RUN apt install -y ros-noetic-gazebo-ros-pkgs \
# ros-noetic-gazebo-ros \
# ros-noetic-gazebo-plugins && \
# curl -sSL http://get.gazebosim.org | sh

# New stage for each feature added
############################################
# USER CONFIGURATION
############################################
Expand Down
2 changes: 1 addition & 1 deletion docker/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

## Build images

Inside the `docker` folder in each module, there are different docker images. The convention for the naming of the **images** chosen is `home/feature:version`. Also, the `Dockerfile` should be named according to the feature and version.
Inside the `docker` folder in each module, there are different docker images. The convention for the naming of the **images** chosen is `home:area-version`, where version contains the platform used: `cpu`, `cuda` or `l4t-version`. Also, the `Dockerfile` should be named according to the feature and version.

Current images available:
- Noetic base full
Expand Down

0 comments on commit d57b5a1

Please sign in to comment.