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

[incubator-datalab] branch develop updated: fixed no java libraries group

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

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


The following commit(s) were added to refs/heads/develop by this push:
     new 9127856  fixed no java libraries group
     new 06bbe59  Merge pull request #1429 from denysyankiv/DATALAB-2709
9127856 is described below

commit 9127856f065ee9a7975e9ac665885dba266e4ea7
Author: Denys Yankiv <de...@gmail.com>
AuthorDate: Fri Feb 18 13:47:55 2022 +0200

    fixed no java libraries group
---
 .../main/java/com/epam/datalab/backendapi/domain/NotebookTemplate.java  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 b893d15..ad5e954 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
@@ -29,7 +29,7 @@ public enum NotebookTemplate {
     JUPYTER_LAB("JupyterLab 0.35.6"),
     ZEPPELIN("Apache Zeppelin 0.9.1"),
     DEEP_LEARNING("Deep Learning  2.4"),
-    TENSOR("Jupyter with TensorFlow 2.3.2"),
+    TENSOR("Jupyter with TensorFlow 2.5.0"),
     TENSOR_RSTUDIO("RStudio with TensorFlow 2.3.2"),
     RSTUDIO("RStudio 2021.09.1-372"),
     TENSOR_GCP("Jupyter with TensorFlow 2.1.0"),

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