I opened a PR [77] to update the python runtime such that it includes its
own test artifacts. This is a continuation of a previous PR which removed
test artifacts in the openwhisk repo which were not used there (but used in
other repos such as the python repo).

In doing this work, I removed the python 2 mentions and tests. The death
clock on python 2 is down to 14 days and we aren't building this runtime
anymore anyway.

There are three images currently built by this runtime:
1. python 3 using the docker skeleton
2. python 3 using the go proxy
3. python 3ai which includes tensor flow and uses the docker skeleton

I propose that we remove 1 and only publish 2. The go proxy is faster as
previous experiments have shown. Further, I suggest we update the python
3ai to use the go proxy as well. If there's agreement I will open issues in
the repo accordingly.

-r

[77] https://github.com/apache/openwhisk-runtime-python/pull/77

Reply via email to