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, We Are Having Issues With Clearml-Session For Vscode. Apparently It'S Hardcoded To Download From

Hi, we are having issues with clearml-session for vscode. Apparently it's hardcoded to download from https://github.com/microsoft/vscode-python/releases but we are on a disconnected setup. Any idea what we can do about this?

  
  
Posted 2 years ago
Votes Newest

Answers 9


Yeah that sounds good. But from user perspective, especially the untrained, they wouldn't know what to point to. Example, some may think it's an exe, some think it's a zip bundle, and others think it's any github repo with the word vscode.

  
  
Posted 2 years ago

SubstantialElk6 could you add a github issue to set the direct url for the vscode as a parameter to the cleaml-session?
We already have --vscode-version we could either extend it to include a direct url, or add a new argument.
wdyt ?

  
  
Posted 2 years ago

I would say yes, otherwise the vscode feature is only available on internet connected premises due to the hard coded URL to download vscode.

  
  
Posted 2 years ago

Hi, building a container with vscode is not possible. If i have an alternative location for the vscode, where should i indicate in the configuration?

  
  
Posted 2 years ago

Hmm do you host it somewhere? Is it pre-installed on the container?

  
  
Posted 2 years ago

where should i indicate in the configuration?

Any idea?

  
  
Posted 2 years ago

The agent is running on a disconnected server on docker mode. I have a client that runs clearml-session and i saw from the agent's logs that the installation of vscode fails.

  
  
Posted 2 years ago

If i have an alternative location for the vscode, where should i indicate in the configuration?

We might need to add support for that, but it should not be a problem to override (e.g. downloadable link like http/s3/ etc.)
Is this something that is doable ?

  
  
Posted 2 years ago

I have a client that runs clearml-session and i saw from the agent's logs that the installation of vscode fails.

That makes sense, it downloads the vscode in runtime, do you have an alternative location? or maybe it is easier to built a container with the vscode pre installed ?

  
  
Posted 2 years ago
676 Views
9 Answers
2 years ago
one year ago
Tags