Reputation
Badges 1
125 × Eureka!Hi CostlyOstrich36
I added this instruction at the very end of my postprocess functionshutil.rmtree("~/.clearml")
I can do curl http://localhost:8080 but it's a remote server so unless I do X forwarding I can't browse it
AgitatedDove14 yeah it should be..
i expected to see 2 tasks running, and then when completed the remaining 2 could start. Is this not the expected behavior?
Same thing SuccessfulKoala55 😞
clearml-agent 1.2.3
when an agent launches a task, it builds a venv, copies the code, runs it, etc. in my case, the code writes files (such as data it downloaded, or model files, etc) and writes them in subfolders. I'm interested in recovering the entire folder structure.
this is because if I run a different task, everything from the previous task is overwritten.
furthermore, I need the folder structure for other things downstream
But where do you manually set the name of each task in this code? the .component has a name argument you can provide
Sent it to you via DM!
ah.. agent was on a different machine..
do I need to set the extra_index_url in clearml.conf as well?
I am tagging AgitatedDove14 since I sort of need an answer asap...!
The package on my index is called data-service-client , see the log below:Looking in indexes: , `
WARNING: The repository located at unicorn is not a trusted or secure host and is being ignored. If this repository is available via HTTPS we recommend you use HTTPS instead, otherwise you may silence this warning and allow it anyway with '--trusted-host unicorn'.
ERROR: Could not find a version that satisfies the requirement data-service-client==1.0.0 (from -r /tmp/cached-reqs1...
So it still looks like it's using port 8080? I'm not really sure
I am curious about the updates on version 1.0.0, where can I see some info regarding this?
Passing state information from pre to postprocessing and the dynamic preprocessing code thing, for example
Yeah, that would be nice!
sure. Removing the task.connect(args_) does not fix my situation
In fact I just did that yesterday. I'll let you know how it goes
@<1523701087100473344:profile|SuccessfulKoala55> hey Jake, how do i check how many envs it caches? doing ls -la .clearml/venvs-cache gives me two folders
I think the issue is that the host is not trusted... it looks like it looks into the index
instead of, say, the binary the task was launched with