Hi @<1820993248525553664:profile|DisturbedReindeer69> , I second what @<1822805241150574592:profile|ShinySparrow39> , said. You can basically mount folders between your files system to the container using arguments such as -v
, in the case of ClearML, you would want to mount the external ClearML cache folder ( ~/.clearml
usually) of clearml to the internal cache folder inside the container.
Hi,
I am not sure what you are trying to do, but docker containers do not usually have access to the files on your system. Have you tried mounting your local file using the -v
docker argument at startup?