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
Unanswered
Hi All, I Am Following The Exact Same Steps As In The "Getting Started":

Hi all, I am following the exact same steps as in the "Getting Started": https://allegro.ai/clearml/docs/docs/deploying_clearml/clearml_server_linux_mac.html . However in step 12 ("docker-compose -f /opt/clearml/docker-compose.yml up -d") I get the following error:

ERROR: Invalid interpolation format for "environment" option in service "agent-services": "${AZURE_STORAGE_KEY:-}"

How can this be solved? I did not provide the CLEARML_HOST_IP/CLEARML_AGENT_GIT_USER/CLEARML_AGENT_GIT_PASS in step 11

The relevant part of the docker-compose looks like this (I didnot change anything):

  
  
Posted 3 years ago
Votes Newest

Answers