Open sisilmehta733 opened 2 months ago
Runtime env cached files are reference counted so they will be automatically deleted when no one is using it.
Launch a ray job without using any of the caching of the python libs, working dir etc.
If your Ray job doesn't have runtime env, then it won't use cached python libs and working dir from other jobs.
@jjyao
Are there any env variables that can be set on the cluster or the job to disable this caching behavior?
What happened + What you expected to happen
Currently there is no way to
Versions / Dependencies
We'r using ray 2.35.0
Reproduction script
NA
Issue Severity
Medium: It is a significant difficulty but I can work around it.