
Reputation
Badges 1
41 × Eureka!clearml-init
ClearML SDK setup process
Please create new clearml credentials through the settings page in your clearml-server
web app (e.g. None )
Or create a free account at None
In settings page, press "Create new credentials", then press "Copy to clipboard".
Paste copied configuration here:
api {
web_server: http://:8080
api_server: http://:8008
file...
It gave no import error, and I'm still having problems. I returned to my original script and it shows some file transfer print statements, but I don't see the files appearing in minio
I placed the same key and secret in the global locations under s3{ } and this did not change anything
This is post script completion on the client end
I am able to capture clearml experiments on the clearml server running on the same machine as the minio.
credentials: [
specifies key/secret credentials to use when handli$
{
#
This will apply to all buckets in this host ($
host: "...:9000”
key: "*********"
secret: "******************"
multipart: false
secure: false
}
]
}
boto3 {
pool_connections: 512
max_ multipart_concurrency: 16
No error, just failure to upload it seems
Bare with the spacing, I ocr’d this. The quotes and spacing is right
Nevermind, 😆 as you thought, seems I was just needing a few more f5s on my dashboard. Thank you very much for this
I discovered part of the problem. I did not have boto3 installed on this conda env.
Found the problem. Some port rules between my server and client was blocking it. Some autossh forwarding solved my problem
Is that being used as a dictionary key?
From running it with the credentials I got with the non-self-hosted clearml instance
clearml-init
ClearML SDK setup process
Please create new clearml credentials through the settings page in your clearml-server
web app (e.g. None )
Or create a free account at None
In settings page, press "Create new credentials", then press "Copy to clipboard".
Paste copied configuratio...
@<1523701070390366208:profile|CostlyOstrich36> , anything I missed?
None of the default ports are changed and in my firewalld I have ports 8080, 8081, and 8008 open to tcp
And I’m still having my other issues I mentioned. I’m just ignoring the unreachable machines for the moment.
@<1523701205467926528:profile|AgitatedDove14>
clearml python version: 1.91
python version: 3.9.15
the server is running the docker-compose on RHEL
Minio is on the same server and the 9000 and 9001 ports are open for tcp
I changed the default address space from 172.xxx.xxx.xx for docker to another space. This is not the issue as I can replicate this issue without this modified address space.
See configuration file below, I'm running the global section test now
aws {
s3 {...
with the filepath leading to /clearml/task.py
I upgraded to 1.9.3 and that didn’t change my error.
I created a new bucket with the name testbucket which didn’t change anything (I only updated this name in the output_uri parameter)
I tried curl on the minio:9000 which returns some html with AccessDenied as content
I tried curl on minio:9001 which returns the minio console html
This error is thrown by a failed .get()
function call on the StorageHandler
object I looked at the ._ _ dict _ _.keys() parameter list of the StorageHandler, and I don't see anyway to access the dictionary directly.
I’m going to give QEMU a try and see if it performs well enough for me
With only those docker containers running I’m having this issue. In a few hours I’m going to test on a additional machine to confirm
And again thank you for the help with this.
I’ll put in the actual copy paste later tonight thank you for the help