qinling/runtimes/sidecar
Lingxian Kong bbfe83eee3 Invoke Python function in a directory rather than a zip package
There is a limitation for loading modules directly from a zip file:
"ZIP import of dynamic modules (.pyd, .so) is disallowed." which
makes most of python libs including C extentions not work. So we have
to extract the zip before executing the function.

Change-Id: I4d4eed380a4140c905603891e1dfa942834bd25d
2018-07-04 01:56:54 +12:00
..
Dockerfile Add sidecar support for runtime 2018-03-06 01:31:16 +00:00
requirements.txt Add sidecar support for runtime 2018-03-06 01:31:16 +00:00
sidecar.py Invoke Python function in a directory rather than a zip package 2018-07-04 01:56:54 +12:00