Examples: query, "exact match", wildcard*, wild?ard, wild*rd
Fuzzy search: cake~ (finds cakes, bake)
Term boost: "red velvet"^4, chocolate^2
Field grouping: tags:(+work -"fun-stuff")
Escaping: Escape characters +-&|!(){}[]^"~*?:\ with \, e.g. \+
Range search: properties.timestamp:[1587729413488 TO *] (inclusive), properties.title:{A TO Z}(excluding A and Z)
Combinations: chocolate AND vanilla, chocolate OR vanilla, (chocolate OR vanilla) NOT "vanilla pudding"
Field search: properties.title:"The Title" AND text
Unanswered
Hey Guys, Context: I Was Able To Host The Clearml Server (Web Server, File Server, Api Server) In An Aws Ec2 Instance Via Terraform Iac And Github Actions And The Web Server Is Accessible At The

Hey Guys,

Context: I was able to host the ClearML server (web server, file server, API server) in an AWS EC2 instance via terraform IaC and GitHub actions and the web server is accessible at the http://<Public-IP of the EC2 instance>:8080/ as I followed referring to this documentation page , And I was able to run experiments from my local and make API calls to the ClearML server hosted in EC2 and the experiments ran fine in this setup and were getting updated in the web server UI as well and teh experiments ar erunning on teh EC2 instance's compute.

Problem: Then I tried exploring ClearML Agentic runs for remote execution of tasks (a demo python file) for which I created a queue and ran clearml-agent daemon --queue <queue_name> , which assigned a worker to it, and I then enqueued a task to that queue, and the worker picked that task up for execution, and it starts spinning up the same environment as in my local machine's VSCode by installing the dependencies cloning the GitHub repo and specific branch, but it isn't able to clone the whole thing properly I think so

I would really appreciate some help.

Here is the full log:

  
  
Posted one month ago
Votes Newest

Answers

137 Views
0 Answers
one month ago
one month ago
Tags
Similar posts