tig
10/08/2023, 6:14 PMNate
10/09/2023, 6:33 PMimage on your k8s work pool, or as a job_variables override on image for that deployment like this
⢠provide EXTRA_PIP_PACKAGES as an env field on your work pool like EXTRA_PIP_PACKAGES="pandas numpy" using either of the above methods
⢠use a run_shell_script action in your pull step to run pip install pandas numpy ... in your pull step of your deploymentNate
10/09/2023, 6:34 PMtig
10/10/2023, 2:24 AM