microsoft / agogosml

agogosml is a flexible data processing pipeline that addresses the common need for operationalizing ML models at scale
MIT License
34 stars 16 forks source link

Add argparse to simple app main.py #292

Closed c-w closed 5 years ago

c-w commented 5 years ago

This prevents errors where unexpected arguments are passed to the script, e.g. due to an incorrect command like docker run my_image -p 5000:5000 which would pass -p 5000:5000 to the main.py script instead of to the docker run command.

All Submissions:

c-w commented 5 years ago

Closing in favor of https://github.com/Microsoft/agogosml/pull/295.