Alexander van Eck
10/15/2021, 12:12 PMAnna Geller
10/15/2021, 12:20 PM--context
flag.Alexander van Eck
10/15/2021, 12:38 PMcontext
f.e. from the CLI?
Also with environment variables I can provide defaults in the run_config which the user can then override. Can I also provide a default context dictionary?Anna Geller
10/15/2021, 12:58 PMAlexander van Eck
10/15/2021, 1:04 PMKevin Kho
10/15/2021, 3:51 PMos.environ['key'] = value
right? I am not sure the context can be selectively rendered in the UI because the context contains so many variables.Alexander van Eck
10/17/2021, 6:15 PMAre you making your cluster on the fly?yes
If it needs to be an environment variable for the REST call, you can still temporarily set it with a task withÂyes that’s what I was thinking. right?os.environ['key'] = value
What do you think of having this as an env variable on the agent side?Sure but then we’d need an agent for every possible GPU configruation. (1gpu, 2gpus, 3gpus) depending on the users need. 🤔
You can’t edit the RunConfig with the CLI but it might not be too hard to PR in if you are interested.I think this would be very useful as it’s possible through the UI already. 🙂 How do I contribute to this?
Kevin Kho
10/18/2021, 2:23 AMAlexander van Eck
10/18/2021, 11:26 AM