
Reputation
Badges 1
39 × Eureka!Hi,
res is None but the trigger works when doing other changes so i guess it was added.
no, it work if the tag exist and i do other change to the task. but if the task does not have the task and I just add the tag the event is not trigger.
Where should i put this line? inside the pipeline function?
ok,
just a small question, is the parameter “defaultContainerImage” tell the glue agent which image to use for the spawned agent ?
I just use:dataset = Dataset.create( dataset_name=dataset_name, dataset_project=dataset_project, # parent_datasets=[d1], )
Thanks CostlyOstrich36 OutrageousSheep60 , using output_uri = “<GS_BUCKET>” solve it.
When updating task with that tag the event is triggered but on the first time adding the tag it does not work.
Works locally but not when running inside agent.
I found that adding the:Task.add_requirements('protobuf', '<=3.20.1')
before the pipeline decorator it works
I just downgraded to 1.7.2, will wait for the fix.
Thanks for the workaround.
I use the decorators method and there is no “packages” param to the pipeline decorator, i added it to the task decorator “packages” param but it didn’t help
I am getting this error:clearml.task - WARNING - Requirement ignored, Task.add_requirements() must be called before Task.init()
For now we store only one file in a dataset.
no problem, you and your team are very responsive and help us a lot.
but the system account key and secret can’t be the same for every installation, no? i need to generate specific one for my installation, no?
we already using glue to manage our gpu pods. The agents we use for the pipelines are simple cpu agent.
not urgent after we used the workaround
for now we used fixed number of cpu agents but it will be better if it was dynamic with glue agent
Hi SuccessfulKoala55
Yes, it seems version v1.6.2rc0 solved the problem.
Not sure I understand, you are saying I should not create user credentials and add them in values.yaml at secret.credentials.apiserver and secret.credentials.tests. ?
I will check it and update you
I try to install package from our github
not getting any error when uploading.
I use “add_external_files” so it is not really uploading the file just the dataset info
Thanks, (works when using sdk 1.4.1)