https://flyte.org logo
#ask-the-community
Title
# ask-the-community
r

Robin Kahlow

05/11/2022, 12:31 PM
Hello again, is there a simple way to install specified Python packages before running a task without creating a new docker image?
k

Ketan (kumare3)

05/11/2022, 2:28 PM
Not today- we were thinking of this as a plugin
Would you be interested in contributing
Should be simple
r

Robin Kahlow

05/11/2022, 2:29 PM
sure, haven't looked at the source code too much yet, I guess it'd be as simple as running pip install in the container's entrypoint first?
k

Ketan (kumare3)

05/11/2022, 2:39 PM
Yup
The thing is you have to restart the vm,
There are 2 options
2 Views