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

dyankiv pushed a commit to branch gcp-jupyter-highgpu-template-1
in repository https://gitbox.apache.org/repos/asf/incubator-datalab.git


The following commit(s) were added to refs/heads/gcp-jupyter-highgpu-template-1 
by this push:
     new 3b255ef  fix java lib
3b255ef is described below

commit 3b255efc22f262724c21c4a65327a1b4d8deac28
Author: Denys Yankiv <[email protected]>
AuthorDate: Wed Mar 16 13:26:49 2022 +0200

    fix java lib
---
 .../java/com/epam/datalab/backendapi/domain/NotebookTemplate.java     | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

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 eb58e8e..0616626 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
@@ -26,8 +26,8 @@ import lombok.Getter;
 @AllArgsConstructor
 public enum NotebookTemplate {
     JUPYTER("Jupyter notebook 6.1.6"),
-    JUPYTER_GPU("Jupyter with GPU notebook 6.1.6"),
-    JUPYTER_GPU_CONDA("Jupyter with GPU and Anaconda notebook 6.1.6"),
+    JUPYTER_GPU("Jupyter notebook 6.1.6 with GPU"),
+    JUPYTER_GPU_CONDA("Jupyter notebook 6.1.6 with GPU and Anaconda"),
     JUPYTER_LAB("JupyterLab 0.35.6"),
     ZEPPELIN("Apache Zeppelin 0.9.1"),
     DEEP_LEARNING("Deep Learning  2.4"),

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

Reply via email to