This is an automated email from the ASF dual-hosted git repository. mykolabodnar pushed a commit to branch DATALAB-2473 in repository https://gitbox.apache.org/repos/asf/incubator-datalab.git
commit fe75a190e50688eef486a6da95be6222c89cd00f Author: bodnarmykola <[email protected]> AuthorDate: Thu Jul 8 13:15:39 2021 +0300 [DATALAB-2473] - Actual Notebook versions on DataLab WEB UI setted --- .../src/general/files/aws/tensor-rstudio_description.json | 4 ++-- .../src/general/files/aws/tensor_description.json | 4 ++-- .../src/general/files/gcp/tensor-rstudio_description.json | 4 ++-- .../src/general/files/gcp/tensor_description.json | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) 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 31b350d..51fc3a4 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 2.1.0", + "template_name": "RStudio with TensorFlow 2.5.0", "description": "Base image with TensorFlow and RStudio node creation routines", "environment_type": "exploratory", - "version": "tensorflow_gpu-2.1.0", + "version": "tensorflow_gpu-2.5.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 82a7f4f..20402e6 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 2.3.2", + "template_name": "Jupyter with TensorFlow 2.5.0", "description": "Base image with TensorFlow and Jupyter node creation routines", "environment_type": "exploratory", - "version": "tensorflow_gpu-2.3.2", + "version": "tensorflow_gpu-2.5.0", "vendor": "AWS" } ] diff --git a/infrastructure-provisioning/src/general/files/gcp/tensor-rstudio_description.json b/infrastructure-provisioning/src/general/files/gcp/tensor-rstudio_description.json index 39335d3..14f33eb 100644 --- a/infrastructure-provisioning/src/general/files/gcp/tensor-rstudio_description.json +++ b/infrastructure-provisioning/src/general/files/gcp/tensor-rstudio_description.json @@ -27,10 +27,10 @@ }, "exploratory_environment_versions": [ { - "template_name": "RStudio with TensorFlow 2.1.0", + "template_name": "RStudio with TensorFlow 2.5.0", "description": "Base image with TensorFlow and RStudio node creation routines", "environment_type": "exploratory", - "version": "tensorflow_gpu-2.1.0", + "version": "tensorflow_gpu-2.5.0", "vendor": "GCP" } ] diff --git a/infrastructure-provisioning/src/general/files/gcp/tensor_description.json b/infrastructure-provisioning/src/general/files/gcp/tensor_description.json index eebc7fd..8561110 100644 --- a/infrastructure-provisioning/src/general/files/gcp/tensor_description.json +++ b/infrastructure-provisioning/src/general/files/gcp/tensor_description.json @@ -10,10 +10,10 @@ "exploratory_environment_versions" : [ { - "template_name": "Jupyter with TensorFlow 2.1.0", + "template_name": "Jupyter with TensorFlow 2.5.0", "description": "Base image with TensorFlow and Jupyter node creation routines", "environment_type": "exploratory", - "version": "tensorflow_gpu-2.1.0", + "version": "tensorflow_gpu-2.5.0", "vendor": "GCP" } ] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
