
Reputation
Badges 1
40 × Eureka!how do I restart just the apiserver? If Iโm not wrong this commandsudo docker-compose -f /opt/clearml/docker-compose.yml down
will stop all the services
storage { cache { # Defaults to system temp folder / cache default_base_dir: "/scratch/clearml-cache" }
this is it. Iโve only changed this bit
oh, I found it ๐cd /opt/clearml sudo docker-compose restart apiserver
I canโt see any useful line in the log. Iโll try the function. Thanks
FYI: Iโve added a possible fix to the issue https://github.com/allegroai/clearml/issues/671#issuecomment-1146640498
thank you so much SweetBadger76
that works ๐
CostlyOstrich36 thank you ๐ I suppose the issues isnโt necessary if someone is already working on a fix?
if this is a bug, I can raise an Issue in github and provide a snippet of code to reproduce it
SuccessfulKoala55 this is what I see on the Profile page:
WebApp: 1.3.1-169 โข Server: 1.3.1-169 โข API: 2.17
yes, Iโm following these instructions https://clear.ml/docs/latest/docs/deploying_clearml/clearml_server_config#web-login-authentication
Is there a vital reason why you want to keep the two accounts separate when they run on the same machine?
Iโve already implicitly answered this, but to be more precise, having multiple users allows to know who ran the experiment ๐
give it few seconds an should work. Thatโs what Iโve experienced ๐
Iโm getting this error:2022-04-01 16:23:47,578 - clearml.storage - ERROR - Failed testing access to bucket xxx: incorrect region specified for bucket xxxx (detected region eu-west-1)
but the server knows how to do the upload because I can do task.upload_artifact
without problems ๐ค
Hey UnevenDolphin73 I'm also interested in this feature. Currently trying it out
Your suggestion CostlyOstrich36 works: Iโve added the line in the clearml.conf
file.
However, now when I go in the Results -> Debug Samples tab, the s3 credential window pops up. Every time that I refresh the page ๐
some actions can be done using clearml.Task
, for instance get a local copy of a model, pull down the scalars etc.
thanks CostlyOstrich36
I was on 1.2.0
Upgrading to 1.3.0 resolved the issue with S3 credentials request ๐
thank you