optmize docker image (issue #113)#116
Conversation
now 170mb
|
for whatever reason certifi module is not available, so at run time it fails |
|
I took a look at the Dockerfile again this morning given that you brought this. The "problem" here is that this change breaks numpy usage. Numpy was introduced with matplotlib from the times of the benchmarks with different dbs, but now that's no longer part of the CI. So, we have to either cleanup the pipenv (and Dockerfile) to completly remove all numpy-related unnecessary stuff, or properly adjust it to support numpy if we plan to use it in the short term (not sure yet if we'll need it after all). I'll get back to this after checking the other issues. |
|
re-rested locally. seems to work flawlessly. closes #113 |
* Fix edit docs link (GH #112) (#114) * Fix bug GH #115 (#117) * Geographical Queries Proposal (#111) * define ql geo-query api. * implement backbone of geo-queries. * document slf package * implement location attr handling. * implement pr suggestions. * use ngsi attr to represent centroid. * implement translation of ngsi geo queries to sql. * hook geo-query code into quantum leap. * close line string when converting box to polygon * use wkt for crate geo queries * missed this file in prev commit :-) * implement end-to-end tests. * enable geo queries independently of geo coding settings. * accept notifs with missing attr values. (#122) closes #110 * optmize docker image (issue #113) (#116) * optmize docker image now 170mb * Avoid pinned pipenv * bump up version number and add 0.5 release notes.
#113
now 170mb