
Reputation
Badges 1
14 × Eureka!ic, when you say shutting down the server, you’re refering to the dockersclearml-webserver clearml-apiserver clearml-fileserver
?
I’ll just stop them and create those *.conf files accordingly and start the dockers again ?
i tried to runclearml-init
however i can’t seem to complete the process, it keeps telling me it could not verify credentials. the following is the example i copy and pasted from the credentials generated via the web uiapi { web_server:
api_server:
files_server:
credentials { "access_key" = ** "secret_key" = ** } }
reading from the forums here, i came across past users had this problem, and i decided to manually create the ~/clearm...
sudo docker-compose down sudo docker-compose up -d
don’t think it works that way with this AWS EC2 AMI image, there is no docker.compose.yml file to begin with.
version 1.0.1-104
yes UI is normal i can browse around without problem
seems like i had to restart the entire instance instead
Next release ? …. Can’t wait …
Scheduled training is what I’m looking forward to
oh yeah, you’re right, i didn’t even check the home directory … my bad..
thanks SuccessfulKoala55 for the reply. Upon spinning up an EC2 via the AMI, there’s only root storage. If i where to add another EBS volume, what kind of data should i be routing to this volume ? is it along the lines of this https://allegro.ai/clearml/docs/docs/concepts_fundamentals/concepts_fundamentals_storage.html#configuring-clearml-for-artifact-storage ?
http://server-ip:8080 browse me into ClearML login page asking me for my name.
curl
results in this error:
` <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<title>405 Method Not Allowed</title> <h1>Method Not Allowed</h1> <p>The method is not allowed for the requested URL.</p> `
yeah, i configured using this documentation https://allegro.ai/clearml/docs/docs/deploying_clearml/clearml_server_config.html#sub-domains-and-load-balancersauth { cookies { httponly: true secure: true domain: ".testclearml.com" max_age: 99999999999 } }
sorry for not being clear. Let me detailed that as much as i can:
- Refering to https://allegro.ai/clearml/docs/docs/deploying_clearml/clearml_server_aws_ec2_ami.html . I launch my own EC2 using this “ap-northeast-2 : ami-049f5d9fc4f64d0a8” as my AMI
- After EC2 is launched, browsing to it directly via IPADDRESS:8080 is alright for my end.
- I then wanted to customize/configure the ClearML Server to use sub-domains instead of ip address. Hence, i’m following this instructions here https...
hm… after much digging around. I found the problem. A missed configured routing of http://api.testclearml.com to a wrong targetgroup in my ELB .
Once i’ve rerouted to the correct target-group. All is resolved.
Apologies on making a fuss about problem faced. … it’s a bit of a face-palm moment to myself …:)