Skip to content

Commit

Permalink
v1.1.0 tag for openbr stopped working in Dockerfile; picking a workin…
Browse files Browse the repository at this point in the history
…g commit manually
  • Loading branch information
mbartenschlag committed Jun 8, 2023
1 parent 4249c1f commit 2dc360b
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 @@ -23,7 +23,7 @@ RUN mkdir /app && \
git clone https://github.com/mitre/biqt.git && \
git clone https://github.com/mitre/biqt-iris.git --branch v0.4 && \
git clone https://github.com/mitre/biqt-face.git && \
git clone --recurse-submodules https://github.com/biometrics/openbr.git --branch v1.1.0
git clone https://github.com/biometrics/openbr.git && cd openbr && git checkout 4cc909a && git submodule init && git submodule update

# Perform the build.
RUN export NUM_CORES=$(cat /proc/cpuinfo | grep -Pc "processor\s*:\s*[0-9]+\s*$") && \
Expand Down

0 comments on commit 2dc360b

Please sign in to comment.