Hi ProudChicken98 ,
You want the agent NOT to create a new env?
Hi ProudChicken98 , although the agent will create a new venv, it will only install what's required - if the docker image comes preinstalled with your requirements, and you've set agent.package_manager.system_site_packages = true
, you should only see the agent verifying these packages exist (i.e. it will list them), but not install them.
If you see a different behaviour, please share the logs :)