diff --git a/docker/Dockerfile b/docker/Dockerfile index 18053ecbd..be5762ca2 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -33,7 +33,7 @@ WORKDIR /rai RUN git clone https://github.com/RobotecAI/rai.git . # Install Python dependencies with Poetry -RUN poetry install --with nomad,openset +RUN poetry install --with nomad,perception # Install ROS dependencies RUN /bin/bash -c '. /opt/ros/${ROS_DISTRO}/setup.bash && \