Reputation
Badges 1
662 × Eureka!And agent too, I hope..?
I'd be happy to join a #releases channel just for these!
Just randomly decided to check and saw there's a server 1.4 ready 🎉
I realized it might work too, but looking for a more definitive answer 😄 Has no-one attempted this? 🤔
The deferred_init input argument to Task.init is bool by default, so checking type(deferred_init) == int makes no sense to begin with, and is altering the flow.
It does (root in a docker container); it shouldn't touch /run/systemd/generator/systemd-networkd.service anyway though
Would be great if it is 😍 We have few files that change frequently and are quite large in size, and it would be quite a storage hit to save all of them
Hm, I did not specify any specific versions previously. What was the previous default?
One more thing that may be helpful SweetBadger76 , I've gone ahead and looked into clearml.storage.helper , and found that at least if I specify the bucket name directly in the aws.s3.credentials configuration for MinIO, then:In [4]: StorageHelper._s3_configurations.get_config_by_uri(' ` ')
Out[4]: S3BucketConfig(bucket='clearml', host='some_ip:9000', key='xxx', secret='xxx', token='', multipart=False, acl='', secure=False, region='', verify=True, use_credentials_chain=False)...
Heh, good @<1523704157695905792:profile|VivaciousBadger56> 😁
I was just repeating what @<1523701070390366208:profile|CostlyOstrich36> suggested, credits to him
I'm aware, but it would be much cleaner to define them in the worker's clearml.conf and let ClearML expose them locally to running tasks.
EDIT: Also the above is specifically about serving, which is not the target here 🤔 At least not yet 😄
Could also be that the use of ./ is the issue? I'm not sure what else I can provide you with, SweetBadger76
We just redeployed to use the 1.1.4 version as Jake suggested, so the logs are gone 😞
I'd like to remove the hidden system tag from a project
Uhhh, not really unfortunately :white_frowning_face: . I have ~20 tasks happening in a single file, and it's quite random if/when this happens. I just noticed this tends to happen with the shorter tasks
Seemed to work fine again in detached mode, what went wrong there :shocked_face_with_exploding_head:
In the Profile section, yes, they are well defined (bucket, secret, key, and endpoint)
Thanks, that's what I thought - so I'm missing something else in the installation. I'll dig further 🙂
minio was a tiny bit of headache to configure, but I'd be happy to help if you want CrookedWalrus33 , I just went through this process yesterday and today (see a few threads up...)
The agent also uses a different clearml.conf , so it should not matter?
When I use the APIClient to fetch the tags for the project, I get an empty collection of system tags:
<projects.GetProjectTagsResponse: {
"tags": [],
"system_tags": []
}>
Aw you deleted your response fast CostlyOstrich36 xD
Indeed it does not appear in ps aux so I cannot simply kill it (or at least, find it).
I was wondering if it's maybe just a zombie in the server API or similar
And yes, our flow would break anyway with the internal references within the yaml file. It would be much simpler if we could specify the additional files
I'm not sure; the setup is not unique to Mac.
Each user has their own .env file which is given to the code entry point, and at some point will be loaded with dotenv.load_dotenv() .
The environment variables are not set in code anywhere, but the clearml.conf uses them directly.
JitteryCoyote63 yes exactly, sorry, I forgot to add the Task.get_task in my response. That's exactly what we do 😅