Unanswered
Hi, I'Ve Asked
You probably know you don't have to use docker with your agent. The alternative is to use "ad hoc" virtual environments.
It is a bit tricky, you need to remove the requirements from the queued task configuration. But you can't remove them all, since in that case the agent will use your project's requirements file (if I remember correctly).
I simply kept a single "light weight" requirement in the list, just to avoid looking for my requirements list.
And you need to set a flag for the agent to inherit system installations. In this mode the agent creates new virtual environment, but can use all the system installations.
163 Views
0
Answers
4 years ago
one year ago
Tags