Nowadays, if you know the command, you can do it in an instant.
cv2
python
pip install opencv-python
dlib If you write it in the Dockerfile, do as follows.
python
RUN apt-get update && apt-get upgrade -y && \
apt-get install -y --no-install-recommends \
curl \
cmake \
cmake-curses-gui \
cmake-gui \
git \
gobject-introspection \
libbz2-dev \
libcairo2-dev \
libgirepository1.0-dev \
libreadline-dev \
libsqlite3-dev \
lbssl-dev \
cmake \
RUN pip install dlib
Recommended Posts