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, I'M Looking At

Hi,
I'm looking at https://clear.ml/docs/latest/docs/webapp/webapp_exp_tuning/#base-docker-image where it says
` To add, change, or delete a base Docker image:

In EXECUTION > AGENT CONFIGURATION > BASE DOCKER IMAGE > hover > EDIT > Enter the base Docker image. But I can't seem to find the AGENT CONFIGURATION section in the UI. Under Execution I only see Source Code , Uncommitted changes , Installed Packages , Container , and Output ` . Am I looking in the wrong place?

  
  
Posted one year ago
Votes Newest

Answers 2


Aah I see it only says Image . Somehow I hit tunnel vision on Base Docker Image as stated in the docs and couldn't identify both to mean the same thing 😅 thanks

  
  
Posted one year ago

JumpyPig73 you should be able to find in in the bottom pf the page, try scrolling down (it should be after the installed packages)

  
  
Posted one year ago