Skip to content

Commit cfe37b1

Browse files
committed
Update Dockerfile and version bump
1 parent 69f70cc commit cfe37b1

File tree

3 files changed

+4154
-3152
lines changed

3 files changed

+4154
-3152
lines changed

docker/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,15 +25,15 @@ RUN apt-get update && apt-get install -y \
2525
wget
2626

2727
# Install Poetry
28-
RUN curl -sSL https://install.python-poetry.org | python3 - --version 1.8.4
28+
RUN curl -sSL https://install.python-poetry.org | python3 - --version 2.1.1
2929
ENV PATH="/root/.local/bin:$PATH"
3030

3131
# Clone and setup RAI
3232
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,perception
36+
RUN poetry install --with nomad,openset
3737

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

0 commit comments

Comments
 (0)