Added Dockerfile so ki-ntree does not need to be installed every run

This commit is contained in:
andrewc
2025-05-16 16:33:31 +10:00
parent ebee7ef48e
commit 8b4ef0e0c4
2 changed files with 39 additions and 0 deletions

3
Dockerfile-poetry Normal file
View File

@@ -0,0 +1,3 @@
FROM thehale/python-poetry:2.1.3-py3.12-slim
RUN apt update && apt install -y curl wget