Skip to content
This repository has been archived by the owner on Sep 23, 2024. It is now read-only.

Commit

Permalink
Use clone of Livox-SDK2 - w/o the sample build.
Browse files Browse the repository at this point in the history
  • Loading branch information
aentinger committed Jun 20, 2024
1 parent 859e236 commit f09bd9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ RUN apt-get update && \

WORKDIR /opt

RUN git clone --recursive --depth 1 https://github.com/Livox-SDK/Livox-SDK2.git && \
RUN git clone --recursive --depth 1 https://github.com/aentinger/Livox-SDK2 --branch elrob24 && \
mkdir -p Livox-SDK2/build && cd Livox-SDK2/build && \
cmake .. && make install

Expand Down

0 comments on commit f09bd9c

Please sign in to comment.