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
Answered
Hello, I'M Trying To Use Clearml Agent To Build A Containerized Task

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 dependency issue, and the error I get references some cache. Is it possible to run the build with no-cache?

  
  
Posted 4 months ago
Votes Newest

Answers 3


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?

  
  
Posted 4 months ago

Can you please provide full logs of everything?

  
  
Posted 4 months ago

Hi @<1603560525352931328:profile|BeefyOwl35> , can you please elaborate on what you mean by running the build command?

Can you add a full log?

  
  
Posted 4 months ago