Reputation
Badges 1
662 × Eureka!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
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 π
@<1523701070390366208:profile|CostlyOstrich36> I added None btw
I can't seem to manage the first way around. If I select tasks in different projects, I don't get the bottom bar offering to compare between them
Yeah I will probably end up archiving them for the time being (or deleting if possible?).
Otherwise (regarding the code question), I think itβs better if we continue the original thread, as it has a sample code snippet to illustrate what Iβm trying to do.
Perfect, thanks for the answers Valeriano. These small stuff are missing from the documentation, but I now feel much more confident in setting this up.