Skip to content

Commit

Permalink
pip version added to dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
mgonzs13 committed Nov 1, 2024
1 parent 38879c1 commit 2001cb5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ RUN apt-get update \
python3 \
python3-pip
RUN rosdep install --from-paths src --ignore-src -r -y
RUN python3 -m pip install pip==24.3
RUN pip3 install -r src/requirements.txt --break-system-packages

# Colcon the ws
Expand Down

0 comments on commit 2001cb5

Please sign in to comment.