Compare commits

...

2 commits

Author SHA1 Message Date
b3be74ad3a Add Dockerfile
This sets up the docker container with the necessary dependencies to run the
tasks.
2024-03-07 11:56:34 -08:00
8919ef3dc3 Reorganize assets to match script 2024-03-07 09:56:51 -08:00
14 changed files with 10 additions and 0 deletions

1
.dockerignore Normal file
View file

@ -0,0 +1 @@
*

9
Dockerfile Normal file
View file

@ -0,0 +1,9 @@
FROM python:3.12-slim
RUN apt update && apt install -y ffmpeg && pip install invoke
VOLUME ["/data"]
WORKDIR /data
CMD /usr/local/bin/invoke probe