Skip to content

Commit

Permalink
updated dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
pranavboyapati committed Nov 12, 2024
1 parent e74f032 commit c882a48
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 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 @@ -248,9 +248,11 @@ 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
COPY ./docker/entrypoint.sh /opt/entrypoint.sh

ENTRYPOINT [ "/opt/entrypoint.sh" ]
ENTRYPOINT [ "/opt/entrypoint.sh" ]

0 comments on commit c882a48

Please sign in to comment.