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:56 UTC

[incubator-datalab] branch 2.5.1-tensor-jupyterlab updated: fixed no java libraries group

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

lfrolov 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 fdaba5d  fixed no java libraries group
     new b1e79ac  Merge pull request #1430 from denysyankiv/2.5.1-tensor-jupyterlab
fdaba5d is described below

commit fdaba5dad960e885fdb9e1c94f125c8258fff4f9
Author: Denys Yankiv <de...@gmail.com>
AuthorDate: Fri Feb 18 13:34:17 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 18df3b1..62a3ab8 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.0"),
     DEEP_LEARNING("Deep Learning  2.4"),
-    TENSOR("Jupyter with TensorFlow 2.3.2"),
+    TENSOR("Jupyter with TensorFlow 2.5.0"),
     TENSOR_JUPYTERLAB("Jupyterlab with TensorFlow 2.5.0"),
     TENSOR_RSTUDIO("RStudio with TensorFlow 2.3.2"),
     RSTUDIO("RStudio 1.4.1103"),

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