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
If I Want To Run Training Inside A Docker Container, How Do I Connect It To Clearml Installed Outside My Docker Container?

If I want to run training inside a docker container, how do I connect it to clearml installed outside my docker container?

  
  
Posted 2 years ago
Votes Newest

Answers 4


I am not using any environments. I am running training on a docker container using a sh file but clearml is installed on my PC locally and the docker container does not have access to the clearml server that is deployed locally on my PC.

  
  
Posted 2 years ago

Hi PerfectMole86 ,

how do I connect it to clearml installed outside my docker container?

Can you please elaborate?

  
  
Posted 2 years ago

I moved my conf file inside the docker container and edited the paths from localhost to my PC's IP address and it worked

  
  
Posted 2 years ago

Nvm. I did it.

  
  
Posted 2 years ago
949 Views
4 Answers
2 years ago
one year ago
Tags
Similar posts