You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@datalab.apache.org by yk...@apache.org on 2021/02/04 10:44:15 UTC

[incubator-datalab] branch DATALAB-2232 updated: [DATALAB-2232] - added Jupyter GPU for AWS, AZURE

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

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


The following commit(s) were added to refs/heads/DATALAB-2232 by this push:
     new 20d67a3  [DATALAB-2232] - added Jupyter GPU for AWS,AZURE
20d67a3 is described below

commit 20d67a383a4de450f207aa4187c475863d96c411
Author: KinashYurii <ur...@gmail.com>
AuthorDate: Thu Feb 4 12:38:55 2021 +0200

    [DATALAB-2232] - added Jupyter GPU for AWS,AZURE
---
 .../src/general/files/aws/jupyter_description.json                    | 4 ++++
 .../src/general/files/azure/jupyter_description.json                  | 4 ++++
 2 files changed, 8 insertions(+)

diff --git a/infrastructure-provisioning/src/general/files/aws/jupyter_description.json b/infrastructure-provisioning/src/general/files/aws/jupyter_description.json
index 50dd357..6f9496d 100644
--- a/infrastructure-provisioning/src/general/files/aws/jupyter_description.json
+++ b/infrastructure-provisioning/src/general/files/aws/jupyter_description.json
@@ -25,5 +25,9 @@
       "version": "jupyter_notebook-6.0.2",
       "vendor": "AWS"
     }
+  ],
+  "gpu_types": [
+    {"Size": "S",  "Gpu_type": "nvidia-tesla-t4"},
+    {"Size": "M",  "Gpu_type": "nvidia-tesla-v100"}
   ]
 }
\ No newline at end of file
diff --git a/infrastructure-provisioning/src/general/files/azure/jupyter_description.json b/infrastructure-provisioning/src/general/files/azure/jupyter_description.json
index 7b14870..d3897f0 100644
--- a/infrastructure-provisioning/src/general/files/azure/jupyter_description.json
+++ b/infrastructure-provisioning/src/general/files/azure/jupyter_description.json
@@ -21,5 +21,9 @@
       "version": "jupyter_notebook-6.0.2",
       "vendor": "Azure"
     }
+  ],
+  "gpu_types": [
+    {"Size": "S",  "Gpu_type": "nvidia-tesla-t4"},
+    {"Size": "M",  "Gpu_type": "nvidia-tesla-v100"}
   ]
 }
\ No newline at end of file


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