it doesnt work anyway lol
This commit is contained in:
parent
4c61bd9be5
commit
aa134f2ac7
26
Dockerfile
26
Dockerfile
@ -69,19 +69,19 @@ RUN apt install -y php${PHPVERSION}-imagick imagemagick ffmpeg libreoffice --no
|
||||
|
||||
#Installing Optional PHP module requried for face recogniton
|
||||
#RUN apt install -y php-pdlib --no-install-recommends
|
||||
RUN apt install php${PHPVERSION}-dev libx11-dev libopenblas-dev liblapack-dev make cmake gcc g++ -y \
|
||||
&& git clone https://github.com/davisking/dlib.git \
|
||||
&& cd dlib/dlib && mkdir build && cd build \
|
||||
&& cmake -DBUILD_SHARED_LIBS=ON .. \
|
||||
&& make && make install \
|
||||
&& cd \
|
||||
&& git clone https://github.com/goodspb/pdlib.git \
|
||||
&& cd pdlib \
|
||||
&& phpize && ./configure --enable-debug \
|
||||
&& make && make install \
|
||||
&& apt auto-remove -y \
|
||||
&& apt clean -y \
|
||||
&& rm -vr pdlib dlib
|
||||
#RUN apt install php${PHPVERSION}-dev libx11-dev libopenblas-dev liblapack-dev make cmake gcc g++ -y \
|
||||
# && git clone https://github.com/davisking/dlib.git \
|
||||
# && cd dlib/dlib && mkdir build && cd build \
|
||||
# && cmake -DBUILD_SHARED_LIBS=ON .. \
|
||||
# && make && make install \
|
||||
# && cd \
|
||||
# && git clone https://github.com/goodspb/pdlib.git \
|
||||
# && cd pdlib \
|
||||
# && phpize && ./configure --enable-debug \
|
||||
# && make && make install \
|
||||
# && apt auto-remove -y \
|
||||
# && apt clean -y \
|
||||
# && rm -vr pdlib dlib
|
||||
|
||||
# Delete default stuff
|
||||
RUN rm -rv /var/www/html/index.nginx-debian.html \
|
||||
|
Loading…
x
Reference in New Issue
Block a user