Skip to content

Commit

Permalink
Fix typos in tensorflow notebook images in spawner (#526)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ankush Agarwal authored and k8s-ci-robot committed Mar 29, 2018
1 parent ac699c0 commit acd1ec9
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions kubeflow/core/jupyterhub_spawner.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ def _options_form_default(self):
<label for='image'>Image</label>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
<input list="image" name="image" placeholder='repo/image:tag'>
<datalist id="image">
<option value="gcr.io/kubeflow-images-staging/tensorflow-1-4.1-notebook-cpu:v20180327-6bb4058">
<option value="gcr.io/kubeflow-images-staging/tensorflow-1-4.1-notebook-gpu:v20180327-6bb4058">
<option value="gcr.io/kubeflow-images-staging/tensorflow-1-5.1-notebook-cpu:v20180327-6bb4058">
<option value="gcr.io/kubeflow-images-staging/tensorflow-1-5.1-notebook-gpu:v20180327-6bb4058">
<option value="gcr.io/kubeflow-images-staging/tensorflow-1-6.1-notebook-cpu:v20180327-6bb4058">
<option value="gcr.io/kubeflow-images-staging/tensorflow-1-6.1-notebook-gpu:v20180327-6bb4058">
<option value="gcr.io/kubeflow-images-staging/tensorflow-1.4.1-notebook-cpu:v20180327-6bb4058">
<option value="gcr.io/kubeflow-images-staging/tensorflow-1.4.1-notebook-gpu:v20180327-6bb4058">
<option value="gcr.io/kubeflow-images-staging/tensorflow-1.5.1-notebook-cpu:v20180327-6bb4058">
<option value="gcr.io/kubeflow-images-staging/tensorflow-1.5.1-notebook-gpu:v20180327-6bb4058">
<option value="gcr.io/kubeflow-images-staging/tensorflow-1.6.0-notebook-cpu:v20180327-6bb4058">
<option value="gcr.io/kubeflow-images-staging/tensorflow-1.6.0-notebook-gpu:v20180327-6bb4058">
</datalist>
<br/><br/>
Expand Down Expand Up @@ -117,4 +117,3 @@ def extra_resource_limits(self):
'name': 'volume-{username}{servername}'
}
]

0 comments on commit acd1ec9

Please sign in to comment.