we want to create a IBM cloud function with a python virtualenv. The python virtualenv is quite big (220 MB) and we are not allowed to push images to docker hub (the workaround described here: http://jamesthom.as/blog/2017/08/04/large-applications-on-openwhisk/).
Is there really no way to create this as a cloud function?
Thx