motiondetection/Dockerfile

5 lines
115 B
Docker
Raw Normal View History

2020-12-04 15:08:55 +00:00
FROM opencvcourses/opencv-docker
RUN apt-get update \
&& apt-get install -y mpich mpich-doc \
&& apt-get clean