Files
n8n-runners-custom/Dockerfile
T
2026-07-19 11:23:19 +02:00

8 lines
278 B
Docker

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