Skip to content

Commit 3b989bf

Browse files
fix: update Poetry installation to include 'perception' (#726)
1 parent 7626288 commit 3b989bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ WORKDIR /rai
3333
RUN git clone https://github.com/RobotecAI/rai.git .
3434

3535
# Install Python dependencies with Poetry
36-
RUN poetry install --with nomad,openset
36+
RUN poetry install --with nomad,perception
3737

3838
# Install ROS dependencies
3939
RUN /bin/bash -c '. /opt/ros/${ROS_DISTRO}/setup.bash && \

0 commit comments

Comments
 (0)