Skip to content

Commit

Permalink
Update Dockerfile to keep all pip installs together
Browse files Browse the repository at this point in the history
  • Loading branch information
pranavboyapati authored Nov 12, 2024
1 parent dab37b1 commit 2147984
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ RUN pip3 install \
#
autopep8 \
#
#inference-sdk \
inference-sdk \
#
cmake_format==0.6.11 \
#
Expand Down Expand Up @@ -251,8 +251,6 @@ RUN usermod -a -G dialout root
RUN usermod -a -G tty root
# USER docker

RUN pip3 install inference-sdk

ENV ROS_VERSION 2

WORKDIR /navigator
Expand Down

0 comments on commit 2147984

Please sign in to comment.