First Custom version

This commit is contained in:
2026-07-19 11:23:19 +02:00
commit a30d97d05c
3 changed files with 30 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
FROM n8nio/runners:latest
LABEL authors="stephane.david"
USER root
RUN cd /opt/runners/task-runner-javascript && pnpm add moment uuid
RUN cd /opt/runners/task-runner-python && uv pip install numpy pandas pikepdf
COPY n8n-task-runners.json /etc/n8n-task-runners.json
USER runner