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.
where should i indicate in the configuration?
Any idea?
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 ?
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?
I would say yes, otherwise the vscode feature is only available on internet connected premises due to the hard coded URL to download vscode.
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.
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 ?
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 ?
Hmm do you host it somewhere? Is it pre-installed on the container?