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 Friends! I'M Trying To Upgrade The

Hi friends! I'm trying to upgrade the https://aws.amazon.com/marketplace/pp/B085D8W5NM AMI over to ClearML. The steps seem easy enough, just docker compose down the old version and then docker compose up the new file. However, the AMI for version 0.16.1 has the following docker-compose file

404: Not Found

I'm currently trolling around the github on the 0.16.1 tag to try and find the file I'm looking for, but haven't been successful yet. Anyone happen to have a copy? https://github.com/allegroai/clearml/tree/0.16.1

Also, I just wanted to say thanks for the tool! I'm managing a small data science practice and it's going to be really nice to have a view of all of the experiments we've got and know our GPU utilization, all without having to give every data scientist access to each box where the workflows are run. Incredibly stoked.

  
  
Posted 3 years ago
Votes Newest

Answers 9


Not intentional! When I launched the AMI it was running an older version

I think this is exactly the reason they decided to change the location πŸ™‚ so you will have to manually upgrade, reasoning is we changed directory names (maybe a few more things)
Yes shutdown the current docker copse curl the new docker compose rename folder spin it up againFull instructions here:
https://allegro.ai/clearml/docs/docs/deploying_clearml/clearml_server_aws_ec2_ami.html#upgrading

  
  
Posted 3 years ago

With pleasure πŸ™‚

  
  
Posted 3 years ago

Right on, looks like I'm upgraded now! Thanks again.

  
  
Posted 3 years ago

I don't have the compose file, or at least can't seem to find it inΒ 

/opt

you can manually take down all dockers with:
docker psthen docker stop <container id> for each container id

  
  
Posted 3 years ago

Also, I just wanted to say thanks for the tool! I'm managing a small data science practice and it's going to be really nice to have a view of all of the experiments we've got and know our GPU utilization, all without having to give every data scientist access to each box where the workflows are run. Incredibly stoked.

β™₯ ❀ β™₯

  
  
Posted 3 years ago

got it! I'll do that, thanks!

  
  
Posted 3 years ago

Just referring to the first step on the github page

` Shut down the docker containers

docker-compose down Before pulling the new file and stuff. I seem to be in the weird situation where the docker stuff is all running (i assume, since the ami seems to be functioning properly and i can access the web ui and stuff) but I don't have the compose file, or at least can't seem to find it in /opt `

  
  
Posted 3 years ago

Not intentional! When I launched the AMI it was running an older version of the trains software, so I just want the old docker file to shut all that stuff down so i can pull and compose the new docker stuff.

If that's not necessary and I can just kill all the current docker stuff running in the AMI and pull the new stuff i'm happy to do that!

  
  
Posted 3 years ago

Hi ShallowArcticwolf27

However, the AMI for version 0.16.1 has the following docker-compose file

I think we moved the docker-compose yaml when we upgraded from trains to clearml. Any reason your are installing the old docker-compose ?

  
  
Posted 3 years ago
772 Views
9 Answers
3 years ago
one year ago
Tags
Similar posts