-
Richard Torenvliet authored
face alignment .dat file was loading every time for a request, made changes to the import times to make it faster
Richard Torenvliet authoredface alignment .dat file was loading every time for a request, made changes to the import times to make it faster
Dockerfile 228 B
FROM smvanveen/computer-vision:20161109143812
RUN git clone https://github.com/davisking/dlib.git
RUN (cd dlib; python setup.py install --yes USE_AVX_INSTRUCTIONS)
WORKDIR /src
#COPY requirements.txt /tmp
#RUN python --version