You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@datalab.apache.org by mh...@apache.org on 2022/02/14 17:18:57 UTC

[incubator-datalab] branch 2.5.1-tensor-jupyterlab updated: Updated description tensorflow-jupyterlab

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

mhladun pushed a commit to branch 2.5.1-tensor-jupyterlab
in repository https://gitbox.apache.org/repos/asf/incubator-datalab.git


The following commit(s) were added to refs/heads/2.5.1-tensor-jupyterlab by this push:
     new 651f082  Updated description tensorflow-jupyterlab
     new 8359fd8  Merge branch '2.5.1-tensor-jupyterlab' of https://github.com/apache/incubator-datalab into 2.5.1-tensor-jupyterlab
651f082 is described below

commit 651f082bdf9bfef54f8a679bb146837fb5011df5
Author: Marian Hladun <ma...@epam.com>
AuthorDate: Mon Feb 14 19:15:27 2022 +0200

    Updated description tensorflow-jupyterlab
---
 .../src/general/files/aws/tensor-jupyterlab_description.json | 12 +++++++++---
 1 file changed, 9 insertions(+), 3 deletions(-)

diff --git a/infrastructure-provisioning/src/general/files/aws/tensor-jupyterlab_description.json b/infrastructure-provisioning/src/general/files/aws/tensor-jupyterlab_description.json
index bba48b8..22fa057 100644
--- a/infrastructure-provisioning/src/general/files/aws/tensor-jupyterlab_description.json
+++ b/infrastructure-provisioning/src/general/files/aws/tensor-jupyterlab_description.json
@@ -1,11 +1,17 @@
 {
   "exploratory_environment_shapes" :
   {
-    "Memory optimized": [
-      {"Size": "S", "Description": "r3.xlarge", "Type": "r3.xlarge","Ram": "30.5 GB","Cpu": "4"}
+
+    "Memory optimized" : [
+      {"Size": "S", "Description": "r3.xlarge", "Type": "r3.xlarge","Ram": "30.5 GB","Cpu": "4"},
+      {"Size": "M", "Description": "r4.2xlarge", "Type": "r4.2xlarge","Ram": "61 GB","Cpu": "8"},
+      {"Size": "M", "Description": "r3.4xlarge", "Type": "r3.4xlarge","Ram": "122 GB","Cpu": "16"},
+      {"Size": "L", "Description": "r3.8xlarge", "Type": "r3.8xlarge","Ram": "244 GB","Cpu": "32"}
     ],
     "Compute optimized": [
-      {"Size": "S", "Description": "c4.large", "Type": "c4.large","Ram": "3.75 GB","Cpu": "2"}
+      {"Size": "S", "Description": "c4.large", "Type": "c4.large","Ram": "3.75 GB","Cpu": "2"},
+      {"Size": "M", "Description": "c4.2xlarge", "Type": "c4.2xlarge","Ram": "15.0 GB","Cpu": "8"},
+      {"Size": "L", "Description": "c4.8xlarge", "Type": "c4.8xlarge","Ram": "60.0 GB","Cpu": "36"}
     ]
   },
   "exploratory_environment_versions" :

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