Sign inSign up

sixsq/faces

By sixsq

Updated almost 7 years ago

Docker image for the Nuvla Faces application

Image
0

10K+

sixsq/faces repository overview

FROM dymat/opencv:arm32v7

LABEL maintainer="[email protected]"

RUN apt-get update && apt-get install -y python-pip -qq &&
apt-get install -y usbutils git -qq --no-install-recommends &&
pip install flask && apt-get clean && rm -fr /var/lib/apt/lists

RUN cd /root && git clone https://github.com/slipstream/nuvlabox-video.git

CMD ["/root/nuvlabox-video/app.py", "80", "640", "480", "4"]

Tag summary

Content type

Image

Digest

Size

300.4 MB

Last updated

almost 7 years ago

docker pull sixsq/faces