Open jlewi opened 5 years ago
you have to install the requirements in https://github.com/kubeflow/fairing/blob/master/examples/prediction/requirements.txt . We didn't create a separate image for this example. We will add "!pip install -r requirements.txt" as the first cell in the notebook to let the users know they have to install the deps.
Is there an existing notebook image suitable for running the example:
https://github.com/kubeflow/fairing/blob/master/examples/prediction/xgboost-high-level-apis.ipynb
I tried using gcr.io/kubeflow-images-public/tensorflow-1.13.1-notebook-cpu:v0.5.0
But it looks like its missing some dependencies.
I was able to work around this just by installing the modules.
/cc @karthikv2k @r2d4