diff --git a/Dockerfile b/Dockerfile new file mode 100644 index 0000000..f4c53ef --- /dev/null +++ b/Dockerfile @@ -0,0 +1,26 @@ +FROM n8nio/runners:latest +USER root +RUN cd /opt/runners/task-runner-python && uv pip install numpy pandas +RUN cat >/n8n-task-runners.json <