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

Update Dockerfile

parent 54ddc9af
No related branches found
No related tags found
No related merge requests found
......@@ -21,7 +21,7 @@ RUN pip3 install cmake==3.21.2
# Build and install dlib
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 && \
cd dlib/build && \
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