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 e3f8fe0 add java libs for tensor-jupyterlab
new ab37778 Merge pull request #1417 from
denysyankiv/2.5.1-tensor-jupyterlab
e3f8fe0 is described below
commit e3f8fe0263baea914dc873adfb566746c3ffac80
Author: Denys Yankiv <[email protected]>
AuthorDate: Wed Feb 16 14:24:10 2022 +0200
add java libs for tensor-jupyterlab
---
.../com/epam/datalab/backendapi/service/impl/LibraryServiceImpl.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/services/self-service/src/main/java/com/epam/datalab/backendapi/service/impl/LibraryServiceImpl.java
b/services/self-service/src/main/java/com/epam/datalab/backendapi/service/impl/LibraryServiceImpl.java
index cfc5e6c..3b91fa1 100644
---
a/services/self-service/src/main/java/com/epam/datalab/backendapi/service/impl/LibraryServiceImpl.java
+++
b/services/self-service/src/main/java/com/epam/datalab/backendapi/service/impl/LibraryServiceImpl.java
@@ -163,7 +163,7 @@ public class LibraryServiceImpl implements LibraryService {
if (isTemplateGroup(templateName, Stream.of(JUPYTER, ZEPPELIN))) {
groups.addAll(Arrays.asList(GROUP_R_PKG, GROUP_JAVA));
}
- if (isTemplateGroup(templateName, Stream.of(DEEP_LEARNING, TENSOR,
TENSOR_GCP,
+ if (isTemplateGroup(templateName, Stream.of(DEEP_LEARNING, TENSOR,
TENSOR_GCP, TENSOR_JUPYTERLAB,
DEEP_LEARNING_GCP, DEEP_LEARNING_AWS, DEEP_LEARNING_AZURE))) {
groups.add(GROUP_JAVA);
}
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]