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

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

View the commit online:
https://github.com/apache/incubator-dlab/commit/350597c312f7750ea0c346a1fb9f66c492a27ca2

commit 350597c312f7750ea0c346a1fb9f66c492a27ca2
Author: Oleh Martushevskyi <oleh_martushevs...@epam.com>
AuthorDate: Wed Nov 20 16:01:22 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-unsubscr...@dlab.apache.org
For additional commands, e-mail: commits-h...@dlab.apache.org

Reply via email to