Docker image for the Nuvla Faces application
10K+
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"]
Content type
Image
Digest
Size
300.4 MB
Last updated
almost 7 years ago
docker pull sixsq/faces