ERROR: 'USER' #3795
-
/usr/local/bin/nnictl create --config /fds/2_Competitions/A/nni/examples/trials/mnist-annotation/config_remote.ymlINFO: expand codeDir: . to /fds/2_Competitions/A/nni/examples/trials/mnist-annotation/. |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments
-
Hello @JIE-YUAN Seems like your config_remote.yml has something wrong. Can you post your config_remote.yml? |
Beta Was this translation helpful? Give feedback.
-
@JIE-YUAN - may you post the config_remote.yml as @JunweiSUN suggested? |
Beta Was this translation helpful? Give feedback.
-
got same error on google colab. |
Beta Was this translation helpful? Give feedback.
-
got same error on local docker, |
Beta Was this translation helpful? Give feedback.
got same error on local docker,
coz annotation mode would get environment 'USER', so it raise error.
to fix this is easy,
export USER=root
https://github.com/microsoft/nni/blob/9d0b6fa60e798028e74fce227f8d83e993046256/nni/tools/nnictl/common_utils.py#L79