Skip to content

Commit

Permalink
Update the notebook images used with Jupyter. (#947)
Browse files Browse the repository at this point in the history
* Updated images should include support for mounting PV at /home/joyvan.
  • Loading branch information
jlewi authored and k8s-ci-robot committed Jun 7, 2018
1 parent 7c3013b commit cc3566d
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions kubeflow/core/kubeform_spawner.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@ 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="{0}/{1}/tensorflow-1.4.1-notebook-cpu:v20180419-0ad94c4e">
<option value="{0}/{1}/tensorflow-1.4.1-notebook-gpu:v20180419-0ad94c4e">
<option value="{0}/{1}/tensorflow-1.5.1-notebook-cpu:v20180419-0ad94c4e">
<option value="{0}/{1}/tensorflow-1.5.1-notebook-gpu:v20180419-0ad94c4e">
<option value="{0}/{1}/tensorflow-1.6.0-notebook-cpu:v20180419-0ad94c4e">
<option value="{0}/{1}/tensorflow-1.6.0-notebook-gpu:v20180419-0ad94c4e">
<option value="{0}/{1}/tensorflow-1.7.0-notebook-cpu:v20180419-0ad94c4e">
<option value="{0}/{1}/tensorflow-1.7.0-notebook-gpu:v20180419-0ad94c4e">
<option value="{0}/{1}/tensorflow-1.4.1-notebook-cpu:v20180607-476e150e">
<option value="{0}/{1}/tensorflow-1.4.1-notebook-gpu:v20180607-476e150e">
<option value="{0}/{1}/tensorflow-1.5.1-notebook-cpu:v20180607-476e150e">
<option value="{0}/{1}/tensorflow-1.5.1-notebook-gpu:v20180607-476e150e">
<option value="{0}/{1}/tensorflow-1.6.0-notebook-cpu:v20180607-476e150e">
<option value="{0}/{1}/tensorflow-1.6.0-notebook-gpu:v20180607-476e150e">
<option value="{0}/{1}/tensorflow-1.7.0-notebook-cpu:v20180607-476e150e">
<option value="{0}/{1}/tensorflow-1.7.0-notebook-gpu:v20180607-476e150e">
</datalist>
<br/><br/>
Expand Down

0 comments on commit cc3566d

Please sign in to comment.