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 69f70cc commit cfe37b1Copy full SHA for cfe37b1
docker/Dockerfile
@@ -25,15 +25,15 @@ RUN apt-get update && apt-get install -y \
25
wget
26
27
# Install Poetry
28
-RUN curl -sSL https://install.python-poetry.org | python3 - --version 1.8.4
+RUN curl -sSL https://install.python-poetry.org | python3 - --version 2.1.1
29
ENV PATH="/root/.local/bin:$PATH"
30
31
# Clone and setup RAI
32
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,perception
+RUN poetry install --with nomad,openset
37
38
# Install ROS dependencies
39
RUN /bin/bash -c '. /opt/ros/${ROS_DISTRO}/setup.bash && \
0 commit comments