We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
neuro run --env-file
I want the env-file to allow empty lines because it's a real use-case to have empty lines:
[ay@archlinux ~]$ cat env key=val val2 [ay@archlinux ~]$ neuro run -s cpu-small -n test-env --env-file=env ubuntu "true" ERROR: Illegal argument(s) ({'container': DataError({'env': DataError({'': DataError({'key': DataError(blank value is not allowed)})})})}) [ay@archlinux ~]$ vim env
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
I want the env-file to allow empty lines because it's a real use-case to have empty lines:
The text was updated successfully, but these errors were encountered: