Build docker image and run ruff/pytest
This commit is contained in:
parent
77794c94eb
commit
71e6d84aa4
3 changed files with 131 additions and 107 deletions
4
.meta-testimage-python/Dockerfile
Normal file
4
.meta-testimage-python/Dockerfile
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue