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

olehmykolaishyn pushed a commit to branch DATALAB-2813
in repository https://gitbox.apache.org/repos/asf/incubator-datalab.git


The following commit(s) were added to refs/heads/DATALAB-2813 by this push:
     new 1378347c1 aws ami version 60.2
1378347c1 is described below

commit 1378347c12e97706e5a3c9f933cbe1464c0620f3
Author: owlleg6 <[email protected]>
AuthorDate: Mon May 23 10:44:28 2022 +0300

    aws ami version 60.2
---
 .../src/general/files/aws/deeplearning_description.json             | 6 +++---
 .../java/com/epam/datalab/backendapi/domain/NotebookTemplate.java   | 2 +-
 .../datalab/backendapi/service/impl/ExploratoryServiceImpl.java     | 2 +-
 3 files changed, 5 insertions(+), 5 deletions(-)

diff --git 
a/infrastructure-provisioning/src/general/files/aws/deeplearning_description.json
 
b/infrastructure-provisioning/src/general/files/aws/deeplearning_description.json
index 06f671a24..fe2e3cd3d 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 AMI Version 42.1",
-      "description": "MXNet-1.8.0 & 1.7.0, TensorFlow-2.4.1, 2.1.3 & 1.15.5, 
PyTorch-1.4.0 & 1.8.0, Neuron, & others. NVIDIA CUDA, cuDNN, NCCL, Intel 
MKL-DNN, Docker, NVIDIA-Docker & EFA support. Uses Anaconda virtual 
environments, configured to keep the different framework installations separate 
and easy to switch between frameworks as Jupyter kernels.",
+      "template_name": "Deep Learning AMI Version 60.2",
+      "description": "MXNet-1.8, TensorFlow-2.7, PyTorch-1.10, Neuron, & 
others. NVIDIA CUDA, cuDNN, NCCL, Intel MKL-DNN, Docker, NVIDIA-Docker & EFA 
support. For fully managed experience, check: https://aws.amazon.com/sagemaker";,
       "environment_type": "exploratory",
-      "version": "Deep Learning AMI (Ubuntu 18.04) Version 42.1",
+      "version": "Deep Learning AMI (Ubuntu 18.04) Version 60.2",
       "vendor": "AWS"
     }
   ],
diff --git 
a/services/self-service/src/main/java/com/epam/datalab/backendapi/domain/NotebookTemplate.java
 
b/services/self-service/src/main/java/com/epam/datalab/backendapi/domain/NotebookTemplate.java
index 497697c11..de7c8ec65 100644
--- 
a/services/self-service/src/main/java/com/epam/datalab/backendapi/domain/NotebookTemplate.java
+++ 
b/services/self-service/src/main/java/com/epam/datalab/backendapi/domain/NotebookTemplate.java
@@ -36,7 +36,7 @@ public enum NotebookTemplate {
     RSTUDIO("RStudio 2021.09.1-372"),
     TENSOR_GCP("Jupyter with TensorFlow 2.1.0"),
     DEEP_LEARNING_GCP("Deeplearning notebook"),
-    DEEP_LEARNING_AWS("Deep Learning AMI Version 42.1"),
+    DEEP_LEARNING_AWS("Deep Learning AMI Version 60.2"),
     DEEP_LEARNING_AZURE("Data Science Virtual Machine - Ubuntu 18.04");
 
 
diff --git 
a/services/self-service/src/main/java/com/epam/datalab/backendapi/service/impl/ExploratoryServiceImpl.java
 
b/services/self-service/src/main/java/com/epam/datalab/backendapi/service/impl/ExploratoryServiceImpl.java
index 60d4c84e4..e338b23c7 100644
--- 
a/services/self-service/src/main/java/com/epam/datalab/backendapi/service/impl/ExploratoryServiceImpl.java
+++ 
b/services/self-service/src/main/java/com/epam/datalab/backendapi/service/impl/ExploratoryServiceImpl.java
@@ -151,7 +151,7 @@ public class ExploratoryServiceImpl implements 
ExploratoryService {
     }
 
     private boolean isDeepLearningOnAwsOrAzure(Exploratory exploratory, 
EndpointDTO endpointDTO) {
-        return exploratory.getVersion().equals("Deep Learning AMI (Ubuntu 
18.04) Version 42.1") ||
+        return exploratory.getVersion().equals("Deep Learning AMI (Ubuntu 
18.04) Version 60.2") ||
                 
exploratory.getVersion().equals("microsoft-dsvm:ubuntu-1804:1804");
     }
 


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to