microsoft / hi-ml

HI-ML toolbox for deep learning for medical imaging and Azure integration
https://aka.ms/hi-ml
MIT License
269 stars 60 forks source link

Environment variables are not passed through when using the SDK v2 codepath #897

Closed ant0nsc closed 1 year ago

ant0nsc commented 1 year ago

Environment variables that are passed to submit_to_azure_if_needed are respected when using SDK v1, but not when using SDK v2. The command function has a suitable argument, but it's not passed in to submit_run_v2

ant0nsc commented 1 year ago

False alarm, this has been fixed in #885