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
Hello Everyone, We Would Like To Install Clear Ml In Closed Environment Where There Wont Be Any Access To The Internet, In Such Cases, What Will Be The Best Way To Keep The Application Updated?

Hello everyone, we would like to install clear ml in closed environment where there wont be any access to the internet, in such cases, what will be the best way to keep the application updated?

  
  
Posted 2 months ago
Votes Newest

Answers 9


Clearml don't auto update ....

  
  
Posted 2 months ago

how do i disable the auto update?

  
  
Posted 2 months ago

Is there a way that we can query (maybe api) if there is an update, and if yes download and upgrade the local server?

  
  
Posted 2 months ago

It would be installed on a VM that will be closed to the internet. Accessible only from internal network environment. So should we require the key user to check from time to time for new versions, or is there other way to automatically be notified on new versions?

  
  
Posted 2 months ago

by manually updating it like for any app that are on off-line computer ?

  
  
Posted 2 months ago

Or the auto check for update, we saw that there is this line in their code\

  
  
Posted 2 months ago

So the question is really: how to know if there are new ClearML version so that the sysadmin can update ?
May be follow the github release ?

  
  
Posted 2 months ago

Yes, and I think that inside the (free version) system source code there is a command that asks to auto check for new versions, so if we close the internet communication will the system fail to work , or can the system work properly without being open to the internet?

  
  
Posted 2 months ago

Another question, if we dont close the internet communication, is it safe? we wish to avoid supply chain attacks or other threats

  
  
Posted 2 months ago
281 Views
9 Answers
2 months ago
2 months ago
Tags