Skip to content

Commit

Permalink
Update IBM Cloud instructions to use persistent storage. (kubeflow#766)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomcli authored Mar 11, 2020
1 parent c5222dd commit e95c201
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions mnist/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,13 +95,11 @@ Follow these instructions to run the MNIST tutorial on Azure

Follow these instructions to run the MNIST tutorial on IBM Cloud

1. Follow the [IBM Cloud instructions](https://www.kubeflow.org/docs/ibm/install-kubeflow/) to deploy Kubeflow on IBM Cloud
1. Follow the [IBM Cloud instructions](https://www.kubeflow.org/docs/ibm/install-kubeflow/) to deploy Kubeflow on IBM Cloud with [IBM Cloud Block Storage](https://www.kubeflow.org/docs/ibm/install-kubeflow/#ibm-cloud-block-storage-setup).

1. Launch a Jupyter notebook

* For IBM Cloud, the default NFS storage does not support some of the Python package installation. Therefore, we need to create the notebook with `Don't use Persistent Storage for User's home`.
* Due to the [Notebook user permission issue](https://github.com/kubeflow/kubeflow/issues/4520), we need to use custom images that were working in the previous version.
* The tutorial has been tested on image: `gcr.io/kubeflow-images-public/tensorflow-1.13.1-notebook-cpu:v0.5.0`
* The tutorial has been tested using the Jupyter Tensorflow 1.15 and 2.1 image with persistent storage.

1. Launch a terminal in Jupyter and clone the kubeflow examples repo

Expand Down

0 comments on commit e95c201

Please sign in to comment.