We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b75fec commit 1eba545Copy full SHA for 1eba545
.docker/object_detection/Dockerfile
@@ -50,7 +50,8 @@ RUN eval "$(/pyenv/bin/pyenv init -)" && /pyenv/bin/pyenv local 3.10.6 && poetry
50
RUN . .venv/bin/activate && \
51
. /opt/ros/${ROS_DISTRO}/setup.sh && \
52
apt-get update && \
53
- apt-get install -y ros-${ROS_DISTRO}-rmw-cyclonedds-cpp && \
+ apt-get install -y ros-${ROS_DISTRO}-rmw-cyclonedds-cpp python-empy && \
54
+ pip uninstall em && \
55
rosdep update && \
56
DEBIAN_FRONTEND=noninteractive \
57
rosdep install --from-paths src --ignore-src -r -y --rosdistro ${ROS_DISTRO} && \
0 commit comments