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 All. In Upgrading Clearml-Agent On Our Server Because Of:

Hi all. In upgrading clearml-agent on our server because of: https://clearml.slack.com/archives/CTK20V944/p1648663004925569 (we killed our agents, updated clearml-agent using pip, and then restarted the agents), we are now getting an error related to a duplicate mount point on jobs:
docker: Error response from daemon: Duplicate mount point: /root/.cache/pypoetry.In looking at our console output, it appears that ClearML is defining the following mount point twice in the Docker run command:
'-v', '/home/clearml/.cache/pypoetry:/root/.cache/pypoetry'Have you seen this before? Any tips on resolving? (cc AgitatedDove14 )

  
  
Posted one year ago
Votes Newest

Answers 4


Yes, sorry I forgot to follow up on this other thing. Thanks for the quick response. If you are curious what happened was:
Previously we were manually mounting the poetry stuff via an additional docker flag in the config file. Then we updated the config file to select poetry Then there were conflicting docker volume mounts.
(of course now we can't log in. I'm assuming the two things aren't related)

  
  
Posted one year ago

is it a good "I see" ? 🙂

  
  
Posted one year ago

Ahhhh... I see.

  
  
Posted one year ago

GleamingGrasshopper63 what do you have configured in the "package manager" section?
https://github.com/allegroai/clearml-agent/blob/5446aed9cf6217f876d3b62226e38f21d88374f7/docs/clearml.conf#L64

  
  
Posted one year ago