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
Having An Issue With Fileserver Being Unable To Start Upon Running Docker-Compose. I'Ve Tried To Restart All Of The Containers As Of Now.

Having an issue with fileserver being unable to start upon running docker-compose. I've tried to restart all of the containers as of now.

ERROR: for fileserver Cannot start service fileserver: driver failed programming external connectivity on endpoint clearml-fileserver (ddd14a7d928f00b7b9c4240677cadefddb1a37738287c6e4a46ae502fa07d31e): Bind for 0.0.0.0:8081 failed: port is already allocated

  
  
Posted 2 years ago
Votes Newest

Answers 6


Now working on trying to get the initial task snippet to output to the private server instead of the demoapp

  
  
Posted 2 years ago

Had to redownload some things and now have it working

  
  
Posted 2 years ago

Either by a previous ClearML/Trains fileserver docker container (which you can see by running docker ps ), or by a totally different service/application (try netstat -natp | grep 8081 to see possible offenders 🙂 )

  
  
Posted 2 years ago

INFO - No repository found, storing script code instead
ClearML results page: https://demoapp.demo.clear.ml/projects/f162ce3ea926446e9198d27d4255b5a5/experiments/cac013f3f7c64836885225bc5e5d3d3c/output/log

  
  
Posted 2 years ago

Well, it basically means the port is already taken

  
  
Posted 2 years ago

Well, you just need to configure your clearml.conf file - use clearml-init and it will guide you through the setup

  
  
Posted 2 years ago
595 Views
6 Answers
2 years ago
one year ago
Tags