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
Hi @<1715900788393381888:profile|BitingSpider17>
Notice that you need __ (double underscore) for converting "." in the clearml.conf file,
this means agent.docker_internal_mounts.sdk_cache
will be CLEARML_AGENT__AGENT__DOCKER_INTERNAL_MOUNTS__SDK_CACHE
None
62 Views
0
Answers
4 months ago
4 months ago