Build docker image and run ruff/pytest

This commit is contained in:
Richard Bowman 2024-12-03 12:18:45 +00:00
parent 77794c94eb
commit 71e6d84aa4
3 changed files with 131 additions and 107 deletions

View file

@ -0,0 +1,4 @@
# A docker image with system-level dependencies installed already
FROM python:3.11-bookworm
RUN apt-get -yq update
RUN apt-get -yq install python3-opencv python3-numpy python3-scipy