Skip to content

Commit 1eba545

Browse files
Update Dockerfile
1 parent 2b75fec commit 1eba545

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.docker/object_detection/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,8 @@ RUN eval "$(/pyenv/bin/pyenv init -)" && /pyenv/bin/pyenv local 3.10.6 && poetry
5050
RUN . .venv/bin/activate && \
5151
. /opt/ros/${ROS_DISTRO}/setup.sh && \
5252
apt-get update && \
53-
apt-get install -y ros-${ROS_DISTRO}-rmw-cyclonedds-cpp && \
53+
apt-get install -y ros-${ROS_DISTRO}-rmw-cyclonedds-cpp python-empy && \
54+
pip uninstall em && \
5455
rosdep update && \
5556
DEBIAN_FRONTEND=noninteractive \
5657
rosdep install --from-paths src --ignore-src -r -y --rosdistro ${ROS_DISTRO} && \

0 commit comments

Comments
 (0)