You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Improve sharing of conda environments across Python and R
By storing previous environments that are the same within a single
Java executor process, we are able to reuse environments that we
know are exactly the same.
This cache needs to be protected by a lock to prevent concurrent
modifications since we do not want extra copies of the environment
on disk.
0 commit comments