how are environment variables set in the framework? #464
bitterbark
started this conversation in
General
Replies: 1 comment 2 replies
-
The environment variables are defined in the The Note that the MultirunSubprocessRuntimePODWrapper also contains the |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
As far as I know, this only applies to the NCL pods that rely on environment variables instead of using the python dictionaries.
Can you point me to where the input settings (either for individual pods, from settings.jsonc, or the global vars from default_test.jsonc) are exported as environment variables? I expect this to happen using os.environ but the only instances are to import env vars into python.
--
My working day may not be the same as your working day. Please do not feel obliged to reply to this email outside of your normal hours.
Beta Was this translation helpful? Give feedback.
All reactions