
Reputation
Badges 1
16 × Eureka!DeterminedCrab71 could you help me with this!
CostlyOstrich36 I mean whatever is sent to clearml-server and displayed there, I want to store it to s3 !!
SweetBadger76 thanks for heads up on that I will try that
[ec2-user@ip-10-0-3-229 ~]$ curl
`
<!DOCTYPE html><html lang="en"><head>
<meta charset="utf-8"> <title>ClearML</title> <base href="/"> <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> <link rel="icon" type="image/x-icon" href="favicon.ico?v=7"> <script> if (global === undefined) { var global = window; } </script> <script src="env.js"></script> <style>@-webkit-keyframes fa-spin{0%{transform:rotate(0)}to{transform:rotate(...
https://clearml.slack.com/archives/CTK20V944/p1652938559500559 could you help me with this please!!!
DeterminedCrab71 what will curl command do??? I have self hosted server on ec2 so do I need to change localhost to public IP address?
Yup docker containers are running for all!!
Which port should I add?? Of file_server i.e., 8081 ??
If I am doing port forwarding then I just need to add s3 bucket name right?? credentials and everything related to aws will be taken automatically!?
DeterminedCrab71 does the artifacts and results send to clearml ec2 server accessible to anyone or it would be perfectly private and confidential??
also it would be great if you could direct me to relevant documentation, where all of the atifacts and plots displayed in cleaml-server are stored to particular s3 bucket and all of the information displayed in the server comes from s3 bucket!!
Do I need to provide s3 bucket name or I could actually provide path for directory under s3 bucket?
Providing path to s3 bucket is not storing the artifacts and information in the s3 bucket!!
It is showing some content on localhost:8080 but if I put public IP address of ec2 instance then terminal is not responding anything!!!
SweetBadger76 using output_uri="s3://......" in task.init gives me following error:ValueError: Invalid port ''.
I have removed the keys values just for security purpose
I will try that and share result!