jorgebastida/gordon

Docker - pip support is not available at the moment

Open

#20 建立於 2016年6月2日

在 GitHub 查看
 (3 留言) (0 反應) (0 負責人)Python (2,049 star) (149 fork)batch import
enhancementhelp wanted

描述

https://github.com/jorgebastida/gordon/blob/master/examples/docker/helloworld/settings.yml

Just wondering if you have a issue opened already regarding still needing pip support?

I'm interested in using this tool and having ability to build the Python lambdas in environment that is near identical to the lambda env that it runs (especially if a pip install requires some dependent machine specific install which may need machine dependent library support outside of pip - for example, the pymssql package (so lambda can read/write to SQL Server based RDS database) is good use case that depends on FreeTDS which is pre-requisite machine specific installation needed before doing pip install pymssql - http://pymssql.org/en/latest/intro.html.

貢獻者指南