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
Profile picture
BeefyOwl35
Moderator
3 Questions, 9 Answers
  Active since 19 August 2023
  Last activity 3 months ago

Reputation

0

Badges 1

8 × Eureka!
0 Votes
3 Answers
227 Views
0 Votes 3 Answers 227 Views
Hello, I'm trying to use clearml agent to build a containerized task None The task runs ok but when I try to run the build command, one package has a depende...
4 months ago
0 Votes
6 Answers
203 Views
0 Votes 6 Answers 203 Views
Hello! I'd like to confirm that I've understood the concept of using clearml-task with a docker image I've built my image locally, but when I try to execute ...
3 months ago
0 Votes
9 Answers
572 Views
0 Votes 9 Answers 572 Views
Hello! I'm trying to figure out how to deploy a scheduled pipeline. I have a sample pipeline here ###------EXAMPLE FROM GITHUB------ from clearml.automation....
9 months ago
0 Hello! I'M Trying To Figure Out How To Deploy A Scheduled Pipeline. I Have A Sample Pipeline Here

Hi @<1523701070390366208:profile|CostlyOstrich36> yes, this is what I'd want to do. Would this be the right way to do it?

9 months ago
0 Hello! I'M Trying To Figure Out How To Deploy A Scheduled Pipeline. I Have A Sample Pipeline Here

Sorry, still new to how this environment works; would this then work if I deployed it, say from an EC2 instance rather than my machine?

9 months ago
0 Hello! I'M Trying To Figure Out How To Deploy A Scheduled Pipeline. I Have A Sample Pipeline Here

Yes @<1523701087100473344:profile|SuccessfulKoala55> , a self deployed server

9 months ago
0 Hello! I'D Like To Confirm That I'Ve Understood The Concept Of Using

Hi @<1523701070390366208:profile|CostlyOstrich36> I ran this with the repo and script arguments, and it seemed that the package installation reverted to cloning the repo.

Executing task id [task]:
repository = my_repo
branch = my_branch
version_num = 
tag = 
docker_cmd = test
entry_point = clearml_pipeline/scheduler.py
working_dir = .

The docker image is correctly identified here, but I still face the installation errors I had before, which I hoped to circumvent using the image

3 months ago
0 Hello! I'D Like To Confirm That I'Ve Understood The Concept Of Using

Thanks @<1523701070390366208:profile|CostlyOstrich36> , so then I must still reference the repo and script?

3 months ago
0 Hello! I'D Like To Confirm That I'Ve Understood The Concept Of Using

Thanks @<1523701070390366208:profile|CostlyOstrich36> , what would be the intended use case of the docker option?
I was using it because I have some packages I'd like to install from a private repo, with a poetry environment, so I found it easier to containerize this set up process, as some authentication was necessary

I thought the docker option meant I can simply run the task using nothing but the docker image

3 months ago
0 Hello! I'D Like To Confirm That I'Ve Understood The Concept Of Using

And if so, does it mean the dockerfile isn't necessary?

3 months ago
0 Hello, I'M Trying To Use Clearml Agent To Build A Containerized Task

This is the command I'm using

clearml-agent build --id ${ID} --docker --target new-docker --entry-point clone_task --cpu-only

Is there a way to get this to skip over cached venvs and instead create a new env?

4 months ago