Hi everyone !
I have recently started using prefect.
Currently, I want to do some scraping with prefect as an experiment.
My prefect is set up as prefect-server in kubernetes.
How can I do the following?
- Install the package with the configuration described in POETRY. (Or I would like to know the best practice for installing packages.)
- Upload chromedriver. (Is it common to upload local files directly or mount persistent volume?)