You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dlab.apache.org by of...@apache.org on 2020/04/24 12:17:59 UTC

[incubator-dlab] branch v2.3-RC1 updated: changed version

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

ofuks pushed a commit to branch v2.3-RC1
in repository https://gitbox.apache.org/repos/asf/incubator-dlab.git


The following commit(s) were added to refs/heads/v2.3-RC1 by this push:
     new c244866  changed version
c244866 is described below

commit c2448668898dcca4bdc99f8651d1bd1c0f5831fa
Author: Oleh Fuks <ol...@gmail.com>
AuthorDate: Fri Apr 24 15:17:41 2020 +0300

    changed version
---
 build.properties                                               |  2 +-
 .../azure_templates/deeplearning/deeplearning-notebook.json    | 10 +++++-----
 .../ec2_templates/deeplearning/deeplearning-notebook.json      | 10 +++++-----
 3 files changed, 11 insertions(+), 11 deletions(-)

diff --git a/build.properties b/build.properties
index 9265e7e..d765398 100644
--- a/build.properties
+++ b/build.properties
@@ -16,4 +16,4 @@
 # specific language governing permissions and limitations
 # under the License.
 #
-dlab.version=2.2
\ No newline at end of file
+dlab.version=2.3
\ No newline at end of file
diff --git a/integration-tests/examples/azure_templates/deeplearning/deeplearning-notebook.json b/integration-tests/examples/azure_templates/deeplearning/deeplearning-notebook.json
index bf0159d..478b1aa 100644
--- a/integration-tests/examples/azure_templates/deeplearning/deeplearning-notebook.json
+++ b/integration-tests/examples/azure_templates/deeplearning/deeplearning-notebook.json
@@ -1,7 +1,7 @@
 {
-  "image" : "docker.dlab-deeplearning",
-  "name" : "set the name",
-  "shape" : "Standard_NC6",
-  "version" : "deeplearning-2.2",
-  "template_name" : "Deep Learning 2.2"
+  "image": "docker.dlab-deeplearning",
+  "name": "set the name",
+  "shape": "Standard_NC6",
+  "version": "deeplearning-2.3",
+  "template_name": "Deep Learning 2.3"
 }
\ 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 846203b..933faf0 100644
--- a/integration-tests/examples/ec2_templates/deeplearning/deeplearning-notebook.json
+++ b/integration-tests/examples/ec2_templates/deeplearning/deeplearning-notebook.json
@@ -1,7 +1,7 @@
 {
-  "image" : "docker.dlab-deeplearning",
-  "name" : "set the name",
-  "shape" : "p2.xlarge",
-  "version" : "deeplearning-2.2",
-  "template_name" : "Deep Learning 2.2"
+  "image": "docker.dlab-deeplearning",
+  "name": "set the name",
+  "shape": "p2.xlarge",
+  "version": "deeplearning-2.3",
+  "template_name": "Deep Learning 2.3"
 }
\ 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