ci: Support adding custom JS and Python dependencies in the runners image (#19220)

This commit is contained in:
Jaakko Husso
2025-09-08 09:16:10 +03:00
committed by GitHub
parent efc3a2d664
commit 509ab95d5d
6 changed files with 141 additions and 11 deletions

View File

@@ -0,0 +1,5 @@
# Runtime-only extra Requirements File for installing dependencies in the Python task runner image.
# Installed at Docker image build time. Allow usage in the Code node
# via 'N8N_RUNNERS_EXTERNAL_ALLOW' env variable on n8n-task-runners.json.
# numpy==2.3.2