-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
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
K-67: Validate if train/serve file is executable #72
base: master
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Shankar,
Some changes are required since the SHEBANG check forces python3
... while we should only care an ENV is selected (not which).
Lastly, we should also check for the ./serve
file since it is also run as an executable. Might not have been in the original issue scope but should be added.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
@ms-shankar, @ImScientist, how can I test the PR changes locally? |
Hi @aalhour, These changes can be tested by following the quickstart documentation to
|
Description
Closes issue 67
Checklist