Skip to content

Commit

Permalink
lock DLIB release v19.16
Browse files Browse the repository at this point in the history
  • Loading branch information
enric1994 authored and ageitgey committed Apr 15, 2019
1 parent 60c6e29 commit b179018
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.gpu
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ RUN update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-6 50

#Install dlib

RUN git clone https://github.com/davisking/dlib.git
RUN git clone -b 'v19.16' --single-branch https://github.com/davisking/dlib.git
RUN mkdir -p /dlib/build

RUN cmake -H/dlib -B/dlib/build -DDLIB_USE_CUDA=1 -DUSE_AVX_INSTRUCTIONS=1
Expand Down

0 comments on commit b179018

Please sign in to comment.