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 7626288 commit 3b989bfCopy full SHA for 3b989bf
docker/Dockerfile
@@ -33,7 +33,7 @@ WORKDIR /rai
33
RUN git clone https://github.com/RobotecAI/rai.git .
34
35
# Install Python dependencies with Poetry
36
-RUN poetry install --with nomad,openset
+RUN poetry install --with nomad,perception
37
38
# Install ROS dependencies
39
RUN /bin/bash -c '. /opt/ros/${ROS_DISTRO}/setup.bash && \
0 commit comments