Unanswered
Hello All!
New To Clearml And Has Been An Amazing Experience Using It So Far!
I Have Been Trying To Add One Of My In-House Ubuntu Servers As A Node Using Clearml-Agent. I Set-Up My Creds Using The
@<1631102000244461568:profile|DespicableHippopotamus75> , this line from the log:
cp: -r not specified; omitting directory '/tmp/clearml.conf'
Basically implies that this script line (which is part of the setup) failed due to /tmp/clearml.conf
being a directory and not a file:
cp /tmp/clearml.conf ~/default_clearml.conf
Since this is a volume mount mounting a file (as part of the docker run command started by the agent chhedaserver:cpu:0):
-v /tmp/.clearml_agent.r2ua8u1y.cfg:/tmp/clearml.conf
I can only assume there's some issue with the /tmp/.clearml_agent.r2ua8u1y.cfg
file generated by the agent prior to mounting the file - docker mounting a file as a directory usually means the file is no longer there - might it been deleted for some reason?
131 Views
0
Answers
one year ago
one year ago