tl_jacobT
Windmill12mo ago
1 reply
tl_jacob

Setting worker python runtime programmatically?

I see that you can set "Additional Python Paths" and "PIP local dependencies" in the worker group settings UI. Is there a way to set these programatically. Maybe via the the worker init script?
python_runtime_settings-9cae5a309715b5d6bfb9cbd90f845c98.png
Workers in Windmill can preinstall binaries. This allows them to execute these binaries in subprocesses or directly within bash. While some common binaries like npm, aws-cli, kubectl, and helm are already present in the standard images, you can add more by extending the base image of Windmill.
Was this page helpful?