Skip to content

Commit

Permalink
fix branch
Browse files Browse the repository at this point in the history
  • Loading branch information
Serafadam committed Dec 4, 2023
1 parent 0fbd091 commit bd56339
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ RUN apt update && rosdep update
RUN cd .$WS/src && git clone https://github.com/Serafadam/ira_laser_tools.git && git clone https://github.com/Serafadam/depth_nav_tools.git

RUN --mount=type=secret,id=SPECTACULAR_AI_TOKEN rm -rf sai_ros \
&& git clone --single-branch python-bindings https://github.com/Serafadam/sai_ros.git sai_ros \
&& git clone --single-branch --branch python-bindings https://github.com/Serafadam/sai_ros.git sai_ros \
&& cd sai_ros \
&& apt-get -y install unzip --no-install-recommends \
&& ROS_DISTRO=$ROS_DISTRO DEPTHAI_WS=$UNDERLAY_WS GITHUB_RAE_PAT_TOKEN=$(cat /run/secrets/SPECTACULAR_AI_TOKEN) . ./scripts/download_and_build_static.sh \
Expand Down

0 comments on commit bd56339

Please sign in to comment.