Skip to content

Commit

Permalink
rvc3 develop
Browse files Browse the repository at this point in the history
  • Loading branch information
Serafadam committed Aug 28, 2023
1 parent 7f5b9e9 commit b0bc323
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 @@ -14,7 +14,7 @@ ENV DEBIAN_FRONTEND=dialog
RUN sh -c "$(wget https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh -O -)"

RUN cd /tmp \
&& git clone --recursive https://github.com/luxonis/depthai-core.git --branch rvc3_pointcloud \
&& git clone --recursive https://github.com/luxonis/depthai-core.git --branch rvc3_develop \
&& cmake -Hdepthai-core -Bdepthai-core/build -DBUILD_SHARED_LIBS=ON -DCMAKE_INSTALL_PREFIX=/usr/local \
&& cmake --build depthai-core/build --target install --parallel ${CORE_NUM} \
&& cd /tmp \
Expand Down

0 comments on commit b0bc323

Please sign in to comment.