Unanswered
Hello, I use
```'-e', 'CLEARML_AGENT_AGENT_DOCKER_INTERNAL_MOUNTS__SDK_CACHE=/home/username/clearml_agent_cache',```
yet my mount looks like this
```'-v', '/home/clearml/.clearml/cache:/clearml_agent_cache',```
I want clearml to use `/home/username/clearm
Wait @<1715900788393381888:profile|BitingSpider17> are you passing it on a single Task? these values are read by the daemon (i.e. running on the host) which means it is not getting them from the Task context (which leads to zero effect on the mount points)
Notice that in new versions of the clearml-agent the SDK mount point was changed to: sdk_cache: "/clearml_agent_cache"
exactly to solve for the non-root containers:
None
what's the version you are using?
57 Views
0
Answers
4 months ago
4 months ago