Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
peterdavidfagan authored Jun 2, 2024
1 parent 2b75fec commit 1eba545
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .docker/object_detection/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,8 @@ RUN eval "$(/pyenv/bin/pyenv init -)" && /pyenv/bin/pyenv local 3.10.6 && poetry
RUN . .venv/bin/activate && \
. /opt/ros/${ROS_DISTRO}/setup.sh && \
apt-get update && \
apt-get install -y ros-${ROS_DISTRO}-rmw-cyclonedds-cpp && \
apt-get install -y ros-${ROS_DISTRO}-rmw-cyclonedds-cpp python-empy && \
pip uninstall em && \
rosdep update && \
DEBIAN_FRONTEND=noninteractive \
rosdep install --from-paths src --ignore-src -r -y --rosdistro ${ROS_DISTRO} && \
Expand Down

0 comments on commit 1eba545

Please sign in to comment.