You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dlab.apache.org by om...@apache.org on 2019/11/20 14:00:07 UTC

[incubator-dlab] 01/01: changed DeepLearning version;

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

omartushevskyi pushed a commit to branch deep-version-fix-dev
in repository https://gitbox.apache.org/repos/asf/incubator-dlab.git

View the commit online:
https://github.com/apache/incubator-dlab/commit/058b40dc4886d7e1f62cbef2dbd9f408cef12795

commit 058b40dc4886d7e1f62cbef2dbd9f408cef12795
Author: Oleh Martushevskyi <Ol...@epam.com>
AuthorDate: Wed Nov 20 15:59:51 2019 +0200

    changed DeepLearning version;
---
 .../src/general/files/aws/deeplearning_description.json               | 4 ++--
 .../src/general/files/azure/deeplearning_description.json             | 4 ++--
 .../src/general/files/gcp/deeplearning_description.json               | 4 ++--
 .../examples/azure_templates/deeplearning/deeplearning-notebook.json  | 4 ++--
 .../examples/ec2_templates/deeplearning/deeplearning-notebook.json    | 4 ++--
 5 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/infrastructure-provisioning/src/general/files/aws/deeplearning_description.json b/infrastructure-provisioning/src/general/files/aws/deeplearning_description.json
index da6f79d..d3e48c3 100644
--- a/infrastructure-provisioning/src/general/files/aws/deeplearning_description.json
+++ b/infrastructure-provisioning/src/general/files/aws/deeplearning_description.json
@@ -8,10 +8,10 @@
   "exploratory_environment_versions" :
   [
     {
-      "template_name": "Deep Learning  2.1",
+      "template_name": "Deep Learning  2.2",
       "description": "Base image with Deep Learning and Jupyter",
       "environment_type": "exploratory",
-      "version": "deeplearning-2.1",
+      "version": "deeplearning-2.2",
       "vendor": "AWS"
     }
   ]
diff --git a/infrastructure-provisioning/src/general/files/azure/deeplearning_description.json b/infrastructure-provisioning/src/general/files/azure/deeplearning_description.json
index 704ba7d..5ad1114 100644
--- a/infrastructure-provisioning/src/general/files/azure/deeplearning_description.json
+++ b/infrastructure-provisioning/src/general/files/azure/deeplearning_description.json
@@ -8,10 +8,10 @@
   "exploratory_environment_versions" :
   [
     {
-      "template_name": "Deep Learning  2.1",
+      "template_name": "Deep Learning  2.2",
       "description": "Base image with Deep Learning and Jupyter",
       "environment_type": "exploratory",
-      "version": "deeplearning-2.1",
+      "version": "deeplearning-2.2",
       "vendor": "Azure"
     }
   ]
diff --git a/infrastructure-provisioning/src/general/files/gcp/deeplearning_description.json b/infrastructure-provisioning/src/general/files/gcp/deeplearning_description.json
index ceaebc2..0ea1159 100644
--- a/infrastructure-provisioning/src/general/files/gcp/deeplearning_description.json
+++ b/infrastructure-provisioning/src/general/files/gcp/deeplearning_description.json
@@ -10,10 +10,10 @@
   "exploratory_environment_versions" :
   [
     {
-      "template_name": "Deep Learning  2.1",
+      "template_name": "Deep Learning  2.2",
       "description": "Base image with Deep Learning and Jupyter",
       "environment_type": "exploratory",
-      "version": "deeplearning-2.1",
+      "version": "deeplearning-2.2",
       "vendor": "GCP"
     }
   ]
diff --git a/integration-tests/examples/azure_templates/deeplearning/deeplearning-notebook.json b/integration-tests/examples/azure_templates/deeplearning/deeplearning-notebook.json
index fb32358..bf0159d 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-2.1",
-  "template_name" : "Deep Learning 2.1"
+  "version" : "deeplearning-2.2",
+  "template_name" : "Deep Learning 2.2"
 }
\ 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 b1e6598..846203b 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-2.1",
-  "template_name" : "Deep Learning 2.1"
+  "version" : "deeplearning-2.2",
+  "template_name" : "Deep Learning 2.2"
 }
\ 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