Skip to content

Commit

Permalink
Changed git clone to develop branch (opendr-eu#388)
Browse files Browse the repository at this point in the history
  • Loading branch information
Pavlos-Tosidis authored and Luca Marchionni committed Dec 23, 2022
1 parent 6ee9591 commit 9150e7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile-embedded
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ RUN echo 'source /opt/ros/${ROS_DISTRO}/setup.bash' >> /root/.bashrc
CMD ["bash"]
WORKDIR /

RUN git clone --depth 1 --recurse-submodules -j8 --branch tx2_install_dev https://github.com/opendr-eu/opendr
RUN git clone --depth 1 --recurse-submodules -j8 --branch develop https://github.com/opendr-eu/opendr
RUN apt-get update
RUN cd ./opendr && ./bin/install_nvidia.sh $device
RUN cd ./opendr/projects/opendr_ws/src && \
Expand Down

0 comments on commit 9150e7c

Please sign in to comment.