Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 811 Bytes

step-1-setup.md

File metadata and controls

26 lines (18 loc) · 811 Bytes

Setup

Deploying Kubeflow to Google Cloud Platform

This example requires a running Kubeflow environment. The easiest way to setup a Kubeflow environment is by using the Deployment UI.

Create bucket

We have to create a bucket, this bucket will contain everything which is required for our Kubeflow pipeline.

gsutil mb -c regional -l us-east1 gs://your-bucket-name

Make sure you create the following environment variable.

export BUCKET=your-bucket-name

Clone this repository

Please clone the following repository, it contains everything which is needed for this example.

git clone https://github.com/kubeflow/examples.git

Open a Terminal and navigate to the folder /examples/named-entity-recognition/.