Unanswered
Hi Guys!
Is There A Way To Tell An Agent To Run A Task In An Existing Venv (Without Creating A New One)?
I still see things being installed when the experiment starts. Why does that happen?
This only means no new venv is created, it basically means install in "default" python env (usually whatever is preset inside the docker)
Make sense ?
Why would you skip the entire python env setup ? Did you turn on venvs cache ? (basically caching the entire venv, even if running inside a container)
146 Views
0
Answers
2 years ago
one year ago