-
Notifications
You must be signed in to change notification settings - Fork 134
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Integration with minio doesn't work #265
Comments
@crus8319 I think your clearml.conf is invalid, it should be:
i.e. the contents of |
Thank you for your help. I changed the y3 section in clearml.conf to the one you provided. But now when performing a test task of loading a file on minio, an error appears:
Test task code:
Should I specify the data for connecting to minio before performing the test task of file transfer? I run the task from the Linux console, do I understand correctly that in this case ClearML SDK is used? |
@crus8319 Seems like you're missing the host part of the output URI i.e. |
This type of writing produces the following errors when performing a task:
I also refer to this https://github.com/allegroai/clearml/issues/391 discussion thread, which states that it is correct to pass the task URL as s3 ://s3_bucket_name/ |
ClearML is deployed in docker, the contents of the yml file are:
Contents of clearml.conf:
Uploading task's artifacts doesn't work. I tried different options for specifying the url:
output_url = minio_url/clearml: same as above
output_url = http://minio_url/clearml
output_url = s3://clearml
output_url = s3://minio_url/clearml
output_url = s3://minio_url:9001/clearml
output_url = http://minio_url:9001/clearml
Sample task:
Minio definitely works, I checked it through the minio client from the clearml virtual machine. I would be grateful for any help.
The text was updated successfully, but these errors were encountered: