Unanswered
Hi Everyone!
I Have A Short Question That You Can For Sure Help Me With.
Is There A Way To Avoid Each Task To Create A New Environment? I'D Like To Specify Which Env To Use.
I Tried With
@<1523703080200179712:profile|NastySeahorse61> / @<1523702868694011904:profile|AbruptCow41>
Is there a way to avoid each task to create a new environment?
You can just define CLEARML_AGENT_SKIP_PYTHON_ENV_INSTALL=1
it will just use whatever you have there (notice it will totally ignore requirements.txt and "installed packages" on the Task)
BTW I would recommend turning on the venv caching, this is per docker/python/packages caching so the next time you are using th exact requirements it just pulls it from the cache and attaches to the container.
Un-comment this line
None
65 Views
0
Answers
2 years ago
7 months ago