You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dlab.apache.org by lf...@apache.org on 2020/08/12 11:16:00 UTC

[incubator-dlab] branch DLAB-1994 created (now 3ab4226)

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

lfrolov pushed a change to branch DLAB-1994
in repository https://gitbox.apache.org/repos/asf/incubator-dlab.git.


      at 3ab4226  [DLAB-1994]: changed tensorflow and deeplearning versions in description

This branch includes the following new commits:

     new 3ab4226  [DLAB-1994]: changed tensorflow and deeplearning versions in description

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



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


[incubator-dlab] 01/01: [DLAB-1994]: changed tensorflow and deeplearning versions in description

Posted by lf...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 3ab42267252dc9871661e86a95a362196ba881ac
Author: leonidfrolov <fr...@gmail.com>
AuthorDate: Wed Aug 12 14:15:38 2020 +0300

    [DLAB-1994]: changed tensorflow and deeplearning versions in description
---
 .../src/general/files/aws/deeplearning_description.json               | 4 ++--
 .../src/general/files/aws/tensor-rstudio_description.json             | 4 ++--
 .../src/general/files/aws/tensor_description.json                     | 4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/infrastructure-provisioning/src/general/files/aws/deeplearning_description.json b/infrastructure-provisioning/src/general/files/aws/deeplearning_description.json
index a2db5ae..5b66570 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.3",
+      "template_name": "Deep Learning  2.4",
       "description": "Base image with Deep Learning and Jupyter",
       "environment_type": "exploratory",
-      "version": "deeplearning-2.3",
+      "version": "deeplearning-2.4",
       "vendor": "AWS"
     }
   ]
diff --git a/infrastructure-provisioning/src/general/files/aws/tensor-rstudio_description.json b/infrastructure-provisioning/src/general/files/aws/tensor-rstudio_description.json
index b838f67..31b350d 100644
--- a/infrastructure-provisioning/src/general/files/aws/tensor-rstudio_description.json
+++ b/infrastructure-provisioning/src/general/files/aws/tensor-rstudio_description.json
@@ -8,10 +8,10 @@
   "exploratory_environment_versions" :
   [
     {
-      "template_name": "RStudio with TensorFlow 1.8.0",
+      "template_name": "RStudio with TensorFlow 2.1.0",
       "description": "Base image with TensorFlow and RStudio node creation routines",
       "environment_type": "exploratory",
-      "version": "tensorflow_gpu-1.8.0",
+      "version": "tensorflow_gpu-2.1.0",
       "vendor": "AWS"
     }
   ]
diff --git a/infrastructure-provisioning/src/general/files/aws/tensor_description.json b/infrastructure-provisioning/src/general/files/aws/tensor_description.json
index e78311d..decd1e2 100644
--- a/infrastructure-provisioning/src/general/files/aws/tensor_description.json
+++ b/infrastructure-provisioning/src/general/files/aws/tensor_description.json
@@ -8,10 +8,10 @@
   "exploratory_environment_versions" :
   [
     {
-      "template_name": "Jupyter with TensorFlow 1.8.0",
+      "template_name": "Jupyter with TensorFlow 2.1.0",
       "description": "Base image with TensorFlow and Jupyter node creation routines",
       "environment_type": "exploratory",
-      "version": "tensorflow_gpu-1.8.0",
+      "version": "tensorflow_gpu-2.1.0",
       "vendor": "AWS"
     }
   ]


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