Skip to content

Commit

Permalink
Update Dockerfile example to use new verison of dlib that doesn't reu…
Browse files Browse the repository at this point in the history
…quire boost
  • Loading branch information
ageitgey committed Feb 1, 2018
1 parent 7cfa938 commit 04d791f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ RUN apt-get install -y --fix-missing \
libatlas-dev \
libavcodec-dev \
libavformat-dev \
libboost-all-dev \
libgtk2.0-dev \
libjpeg-dev \
liblapack-dev \
Expand All @@ -29,7 +28,7 @@ RUN apt-get install -y --fix-missing \

RUN cd ~ && \
mkdir -p dlib && \
git clone -b 'v19.7' --single-branch https://github.com/davisking/dlib.git dlib/ && \
git clone -b 'v19.9' --single-branch https://github.com/davisking/dlib.git dlib/ && \
cd dlib/ && \
python3 setup.py install --yes USE_AVX_INSTRUCTIONS

Expand Down

0 comments on commit 04d791f

Please sign in to comment.