Latest and greatest opencv and opencv_contrib built in one container
1.2K
Latest and greatest opencv and opencv_contrib built in one container.
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" ]
Content type
Image
Digest
sha256:d3c51afa4…
Size
420 MB
Last updated
almost 4 years ago
docker pull ferdous/opencv