Closed JosepSampe closed 4 years ago
@JosepSampe Knative Dockerfile was tested for previous PR, seems like there was an issue with deserialisation, I can guess that it is related for some memory limit that you have over testbed, can you check that out and update if it is the case?
Seems that the exception comes from a version mismatch, in the pyarrow module, between the local machine and in the runtime.
For some reason, the pyarrow 0.17.1 module is not working in the machine I'm trying to run the notebook, so I had to update to the latest pyarrow version (1.0.1), both locally and in the runtime, to make it working.
I'm trying to run the
experiment-1-typical.ipynb
on a knative cluster, and I always get the following exception from a function:Could it be something related to an old version of the pyarrow package in the runtime? is this knative Dockerfile updated and working for the recent additions?