Sign inSign up

ferdous/opencv

By ferdous

Updated almost 4 years ago

Latest and greatest opencv and opencv_contrib built in one container

Image
1

1.2K

ferdous/opencv repository overview

opencv

Latest and greatest opencv and opencv_contrib built in one container.

how to use this image

Create a Dockerfile in your project.

FROM ferdous/opencv

WORKDIR /usr/src/app

COPY requirements.txt ./
RUN pip install --no-cache-dir -r requirements.txt

COPY . .

CMD [ "python", "./your-daemon-or-script.py" ]

Tag summary

Content type

Image

Digest

sha256:d3c51afa4

Size

420 MB

Last updated

almost 4 years ago

docker pull ferdous/opencv