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
Hi! Once Again, I'M Having Trouble With The Autoscaler. If The 'Setup Shell Script' Field Is Present, The Task Won'T Start. It Woulf Install All The Requirements In The Newly Created Instance And Then Stop. My Setup Script Is:

Hi!
Once again, I'm having trouble with the autoscaler.
If the 'setup shell script' field is present, the task won't start. It woulf install all the requirements in the newly created instance and then stop.

My setup script is:

#!/bin/bash

apt update
apt install -y libgl1

Our ml-engineers need that library to work with trains.
Is there any way to run tasks not in docker mode, for example, or is there simple solution outside custom docker image?

  
  
Posted 4 months ago
Votes Newest

Answers 3


I was trying to

  • "Remove the default docker image (UI) or set it to None (SDK) to signal ClearML to run the agent without docker"But it didn't work for me. Upon starting, agent trying to run task with arg '--docker None' or '--docker none:latest',

Task itself defines docker image as 'None' if value is empty.

  
  
Posted 4 months ago

Hi @<1564785037834981376:profile|FrustratingBee69> , you can simply run the agent without the --docker command

  
  
Posted 4 months ago

@<1523701070390366208:profile|CostlyOstrich36> I'm launching it via AWS Autoscaler. Is there any configuration to allow spawning tasks outside docker?

  
  
Posted 4 months ago
259 Views
3 Answers
4 months ago
4 months ago
Tags