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
Enforce validation of the ./train executable within the source_bundle to ensure a shebang exists!!!
./train
source_bundle
#!/usr/bin/env XXXXXX
ALSO ensure documentation is adjusted to "remind" users that the Train Pipeline uses ./train as an executable.
Improve usability to avoid broken trainings where ./train can't run...
Validate in the backend. Inspiration below.
kaos/backend/kaos_backend/util/validators.py
Line 66 in e638d28
The text was updated successfully, but these errors were encountered:
ms-shankar
No branches or pull requests
What is the desired change?
Enforce validation of the
./train
executable within thesource_bundle
to ensure a shebang exists!!!#!/usr/bin/env XXXXXX
ALSO ensure documentation is adjusted to "remind" users that the Train Pipeline uses
./train
as an executable.How will this change improve kaos?
Improve usability to avoid broken trainings where
./train
can't run...Any thoughts on the implementation approach?
Validate in the backend. Inspiration below.
kaos/backend/kaos_backend/util/validators.py
Line 66 in e638d28
The text was updated successfully, but these errors were encountered: