Skip to content

Commit

Permalink
Merge pull request #18 from foxish/update-readme-more
Browse files Browse the repository at this point in the history
Include Tensorboard and Docker Images
  • Loading branch information
vishh authored Dec 7, 2017
2 parents 6234a9a + 5b3d280 commit 864643d
Showing 1 changed file with 15 additions and 5 deletions.
20 changes: 15 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,13 +52,14 @@ effort in a portable fashion between different environments. You can refer to th

## Get involved

* [Slack](http://kubeflow.slack.com/).
* [Slack](http://kubeflow.slack.com/)
* [Twitter](http://twitter.com/kubeflow)
* [Mailing Listl](https://groups.google.com/forum/#!forum/kubeflow-discuss).
* [Mailing List](https://groups.google.com/forum/#!forum/kubeflow-discuss)

## Usage

This section describes the different components and the steps to get started.
This section describes the different components and the steps required to get started.


### Bringing up a Notebook

Expand Down Expand Up @@ -86,8 +87,17 @@ For some cloud deployments, the LoadBalancer service may take up to five minutes
Once you have an external IP, you can proceed to visit that in your browser. The hub by default is configured to take any username/password combination. After entering the username and password, you can start a single-notebook server,
request any resources (memory/CPU/GPU), and then proceed to perform single node training.

Note that when running on Google Kubernetes Engine, the public IP address will be exposed to the internet and is an
unsecured endpoint. For a production deployment, refer to the [documentation](jupyterhub/README.md).
We also ship standard docker images that you can use for training Tensorflow models with Jupyter.

* gcr.io/kubeflow/tensorflow-notebook-cpu
* gcr.io/kubeflow/tensorflow-notebook-gpu

In the spawn window, when starting a new Jupyter instance, you can supply one of the above images to get started, depending on whether
you want to run on CPUs or GPUs. The images include all the requisite plugins, including [Tensorboard](https://www.tensorflow.org/get_started/summaries_and_tensorboard) that you can use for rich visualizations and insights into your models.
Note that GPU-based image is several gigabytes in size and may take a few minutes to localize.

Also, when running on Google Kubernetes Engine, the public IP address will be exposed to the internet and is an
unsecured endpoint by default. For a production deployment with SSL and authentication, refer to the [documentation](components/jupyterhub).

### Training

Expand Down

0 comments on commit 864643d

Please sign in to comment.