
Reputation
Badges 1
533 × Eureka!Or should I change all three of them?
How do I get all children tasks given a parent?
so basically - if she has new commits locally that werent pushed it won't work
But if she did not commit her latest changes, and now she enqueues - it will work?
Legit, if you have a cached_file (i.e. exists and accessible), you can return it to the caller
I agree, so shouldn't it be if cached_file: return cached_file
instead of if not cached_file: return cached_file
Another thing I noticed now it happens on my personal computer, when I execute the same pipeline from the exact same commit with exact same data on another host it works without these problems
I'm not, just want to be very precise an consice about them when I do ask... but bear with me, its coming 🙂
is this already available or only on github?
AgitatedDove14 I still can't get it to work... I couldn't figure out how can I change the clearml version in the runtime of the Cleanup Service as I'm not in control of the agent that executes it
whatttt? I looked at config_obj
didn't find any set
method
thx TimelyPenguin76
skimming over this, I can't find how to filter by project name or something similar
Version 1.1.1
Snippet of which part exactly?
Yeah, logs saying "file not found", here is an example
bottom line I want to edit the cleanup service code to only delete tasks under a specific project - how do I do that?
If you want we can do live zoom or something so you can see what happens
TimelyPenguin76 if I build a custom image, do I have to host it on dockerhub for it to run on the agent? If not how do I make the agent aware of my custom image?
SuccessfulKoala55 The simplest thing i can think of is on Task.execute_remotely
to be able to append ot the docker_init_bash_script
So regarding 1, I'm not really sure what is the difference
When running in docker mode what is different the the regular mode? No where in the instructions is nvidia docker a prerequisite, so how exacly will tasks on GPU get executed?
I feel I don't underatand enough of the mechanism to (1) understand the difference between docker mode and not and (2) what is the use casr for each