Romain Vincent
06/12/2023, 4:16 PM/.venv
where all my dependancies are installed for instance) and push to, say, a s3 storage block? Will the agent use this environment?
• Should I use the new project related pip_install_requirements
pull step within my prefect.yaml
file? In this case, can I pass a pyproject.toml
or poetry.lock
instead?
• Should I make sure that, whatever happens, my agent runs into a python environment that shares the same dependancies as my deployment?
• Is there another way I don't see? 🤔Jeff Hale
06/13/2023, 2:30 PM