This commit is contained in:
2023-02-25 12:44:46 -07:00
commit e81f9d92e3
2 changed files with 88 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
FROM python:3.11
RUN pip install git+https://git.ohea.xyz/cursorius/pipeline-api#subdirectory=python
COPY .cursorius/build.py /
CMD ["python3", "/build.py"]