You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dlab.apache.org by bh...@apache.org on 2019/04/22 10:53:53 UTC

[incubator-dlab] branch develop updated: DLAB-000 updated versions of notebook templates for IT

This is an automated email from the ASF dual-hosted git repository.

bhliva pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/incubator-dlab.git


The following commit(s) were added to refs/heads/develop by this push:
     new 3e7a730  DLAB-000 updated versions of notebook templates for IT
3e7a730 is described below

commit 3e7a7306c6d90e96926cfafaf520edcdb5b3737d
Author: bhliva <bo...@epam.com>
AuthorDate: Mon Apr 22 13:53:43 2019 +0300

    DLAB-000 updated versions of notebook templates for IT
---
 .../examples/azure_templates/deeplearning/deeplearning-notebook.json  | 4 ++--
 .../examples/azure_templates/jupyter/jupyter-notebook.json            | 4 ++--
 .../examples/azure_templates/rstudio/rstudio-notebook.json            | 4 ++--
 .../examples/azure_templates/zeppelin/zeppelin-notebook.json          | 4 ++--
 .../examples/ec2_templates/deeplearning/deeplearning-notebook.json    | 4 ++--
 .../examples/ec2_templates/jupyter/jupyter-notebook.json              | 4 ++--
 .../examples/ec2_templates/rstudio/rstudio-notebook.json              | 4 ++--
 .../examples/ec2_templates/zeppelin/zeppelin-notebook.json            | 4 ++--
 .../examples/gcp_templates/zeppelin/zeppelin-notebook.json            | 4 ++--
 9 files changed, 18 insertions(+), 18 deletions(-)

diff --git a/integration-tests/examples/azure_templates/deeplearning/deeplearning-notebook.json b/integration-tests/examples/azure_templates/deeplearning/deeplearning-notebook.json
index 80c8962..fb32358 100644
--- a/integration-tests/examples/azure_templates/deeplearning/deeplearning-notebook.json
+++ b/integration-tests/examples/azure_templates/deeplearning/deeplearning-notebook.json
@@ -2,6 +2,6 @@
   "image" : "docker.dlab-deeplearning",
   "name" : "set the name",
   "shape" : "Standard_NC6",
-  "version" : "deeplearning-1.7",
-  "template_name" : "Deep Learning 1.7"
+  "version" : "deeplearning-2.1",
+  "template_name" : "Deep Learning 2.1"
 }
\ No newline at end of file
diff --git a/integration-tests/examples/azure_templates/jupyter/jupyter-notebook.json b/integration-tests/examples/azure_templates/jupyter/jupyter-notebook.json
index a53cc42..ea6dd42 100644
--- a/integration-tests/examples/azure_templates/jupyter/jupyter-notebook.json
+++ b/integration-tests/examples/azure_templates/jupyter/jupyter-notebook.json
@@ -2,6 +2,6 @@
   "image" : "docker.dlab-jupyter",
   "name" : "set the name",
   "shape" : "Standard_F2s",
-  "version" : "jupyter_notebook-5.0.0",
-  "template_name" : "Jupyter notebook 5.0.0"
+  "version" : "jupyter_notebook-5.7.4",
+  "template_name" : "Jupyter notebook 5.7.4"
 }
\ No newline at end of file
diff --git a/integration-tests/examples/azure_templates/rstudio/rstudio-notebook.json b/integration-tests/examples/azure_templates/rstudio/rstudio-notebook.json
index 873d9eb..7a82e7c 100644
--- a/integration-tests/examples/azure_templates/rstudio/rstudio-notebook.json
+++ b/integration-tests/examples/azure_templates/rstudio/rstudio-notebook.json
@@ -2,6 +2,6 @@
   "image" : "docker.dlab-rstudio",
   "name" : "set the name",
   "shape" : "Standard_F2s",
-  "version" : "RStudio-1.0.136",
-  "template_name" : "RStudio 1.0.136"
+  "version" : "RStudio-1.1.463",
+  "template_name" : "RStudio 1.1.463"
 }
\ No newline at end of file
diff --git a/integration-tests/examples/azure_templates/zeppelin/zeppelin-notebook.json b/integration-tests/examples/azure_templates/zeppelin/zeppelin-notebook.json
index 2c7aff4..1253ca1 100644
--- a/integration-tests/examples/azure_templates/zeppelin/zeppelin-notebook.json
+++ b/integration-tests/examples/azure_templates/zeppelin/zeppelin-notebook.json
@@ -2,6 +2,6 @@
   "image" : "docker.dlab-zeppelin",
   "name" : "set the name",
   "shape" : "Standard_F2s",
-  "version" : "zeppelin-0.8.0",
-  "template_name": "Apache Zeppelin 0.8.0"
+  "version" : "zeppelin-0.8.1",
+  "template_name": "Apache Zeppelin 0.8.1"
 }
\ No newline at end of file
diff --git a/integration-tests/examples/ec2_templates/deeplearning/deeplearning-notebook.json b/integration-tests/examples/ec2_templates/deeplearning/deeplearning-notebook.json
index 92638de..b1e6598 100644
--- a/integration-tests/examples/ec2_templates/deeplearning/deeplearning-notebook.json
+++ b/integration-tests/examples/ec2_templates/deeplearning/deeplearning-notebook.json
@@ -2,6 +2,6 @@
   "image" : "docker.dlab-deeplearning",
   "name" : "set the name",
   "shape" : "p2.xlarge",
-  "version" : "deeplearning-1.7",
-  "template_name" : "Deep Learning 1.7"
+  "version" : "deeplearning-2.1",
+  "template_name" : "Deep Learning 2.1"
 }
\ No newline at end of file
diff --git a/integration-tests/examples/ec2_templates/jupyter/jupyter-notebook.json b/integration-tests/examples/ec2_templates/jupyter/jupyter-notebook.json
index ebb30e7..adbea51 100644
--- a/integration-tests/examples/ec2_templates/jupyter/jupyter-notebook.json
+++ b/integration-tests/examples/ec2_templates/jupyter/jupyter-notebook.json
@@ -2,6 +2,6 @@
   "image" : "docker.dlab-jupyter",
   "name" : "set the name",
   "shape" : "t2.medium",
-  "version" : "jupyter_notebook-5.0.0",
-  "template_name" : "Jupyter notebook 5.0.0"
+  "version" : "jupyter_notebook-5.7.4",
+  "template_name" : "Jupyter notebook 5.7.4"
 }
\ No newline at end of file
diff --git a/integration-tests/examples/ec2_templates/rstudio/rstudio-notebook.json b/integration-tests/examples/ec2_templates/rstudio/rstudio-notebook.json
index 98f6f99..d06b9b0 100644
--- a/integration-tests/examples/ec2_templates/rstudio/rstudio-notebook.json
+++ b/integration-tests/examples/ec2_templates/rstudio/rstudio-notebook.json
@@ -2,6 +2,6 @@
   "image" : "docker.dlab-rstudio",
   "name" : "set the name",
   "shape" : "t2.medium",
-  "version" : "RStudio-1.0.136",
-  "template_name" : "RStudio 1.0.136"
+  "version" : "RStudio-1.1.463",
+  "template_name" : "RStudio 1.1.463"
 }
\ No newline at end of file
diff --git a/integration-tests/examples/ec2_templates/zeppelin/zeppelin-notebook.json b/integration-tests/examples/ec2_templates/zeppelin/zeppelin-notebook.json
index 287ef45..3fa32ba 100644
--- a/integration-tests/examples/ec2_templates/zeppelin/zeppelin-notebook.json
+++ b/integration-tests/examples/ec2_templates/zeppelin/zeppelin-notebook.json
@@ -2,6 +2,6 @@
   "image" : "docker.dlab-zeppelin",
   "name" : "set the name",
   "shape" : "t2.medium",
-  "version" : "zeppelin-0.8.0",
-  "template_name": "Apache Zeppelin 0.8.0"
+  "version" : "zeppelin-0.8.1",
+  "template_name": "Apache Zeppelin 0.8.1"
 }
\ No newline at end of file
diff --git a/integration-tests/examples/gcp_templates/zeppelin/zeppelin-notebook.json b/integration-tests/examples/gcp_templates/zeppelin/zeppelin-notebook.json
index 56b8790..a6ddd37 100644
--- a/integration-tests/examples/gcp_templates/zeppelin/zeppelin-notebook.json
+++ b/integration-tests/examples/gcp_templates/zeppelin/zeppelin-notebook.json
@@ -2,6 +2,6 @@
   "image" : "docker.dlab-zeppelin",
   "name" : "set the name",
   "shape" : "n1-standard-2",
-  "version" : "zeppelin-0.8.0",
-  "template_name": "Apache Zeppelin 0.8.0"
+  "version" : "zeppelin-0.8.1",
+  "template_name": "Apache Zeppelin 0.8.1"
 }
\ No newline at end of file


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@dlab.apache.org
For additional commands, e-mail: commits-help@dlab.apache.org