Skip to content
Snippets Groups Projects
Unverified Commit 6fd4e2b1 authored by Niaz Faridani-Rad's avatar Niaz Faridani-Rad Committed by GitHub
Browse files

Bump version

parent 10e1a178
No related branches found
No related tags found
No related merge requests found
...@@ -2,7 +2,7 @@ FROM reallibrephotos/librephotos-base:dev ...@@ -2,7 +2,7 @@ FROM reallibrephotos/librephotos-base:dev
# Build and install dlib # Build and install dlib
WORKDIR /tmp/builds WORKDIR /tmp/builds
RUN git clone --depth 1 --branch 'v19.22' https://github.com/davisking/dlib.git && \ RUN git clone --depth 1 --branch 'v19.24' https://github.com/davisking/dlib.git && \
mkdir dlib/build && \ mkdir dlib/build && \
cd dlib/build && \ cd dlib/build && \
cmake .. -DDLIB_USE_CUDA=0 -DUSE_AVX_INSTRUCTIONS=0 -DLIB_NO_GUI_SUPPORT=0 && \ cmake .. -DDLIB_USE_CUDA=0 -DUSE_AVX_INSTRUCTIONS=0 -DLIB_NO_GUI_SUPPORT=0 && \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment