You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@datalab.apache.org by ol...@apache.org on 2022/03/25 13:30:13 UTC

[incubator-datalab] branch gcp-jupyter-highgpu-template-1 updated (1bece3f -> e07d905)

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

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


    from 1bece3f  Merge branch 'gcp-jupyter-highgpu-template-1' of https://github.com/apache/incubator-datalab into gcp-jupyter-highgpu-template-1
     add 248392e  Refactor jup conda
     add f95c169  changed cuda driver version, added jupyter-gpu and jupyter-conda to Java Group
     add 58792b4  fixed indent
     add fddd0bb  torchvision to 0.11.0
     add 7e10eed  changed mongo role id name
     add 7015b8f  Merge branch 'gcp-jupyter-highgpu-template-1' into gcp-conda
     add 7d0b3b2  Merge branch 'gcp-conda' of https://github.com/apache/incubator-datalab into gcp-conda
     add ee31a47  fixed naming in description
     new e07d905  Merge pull request #1465 from apache/gcp-conda

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../templates/locations/jupyter-conda.conf}                    |  0
 infrastructure-provisioning/src/general/conf/datalab.ini       |  4 ++--
 .../{jupyter-gpu-conda_Dockerfile => jupyter-conda_Dockerfile} |  4 ++--
 ...u-conda_description.json => jupyter-conda_description.json} |  2 +-
 .../src/general/lib/os/debian/notebook_lib.py                  |  7 ++++++-
 infrastructure-provisioning/src/general/lib/os/fab.py          | 10 ++++++----
 .../src/general/scripts/gcp/common_prepare_notebook.py         |  2 +-
 ...pyter-gpu-conda_configure.py => jupyter-conda_configure.py} |  2 +-
 .../src/general/scripts/gcp/ssn_configure.py                   |  2 +-
 .../src/{jupyter-gpu-conda => jupyter-conda}/fabfile.py        |  2 +-
 .../scripts/configure_jupyter-conda_node.py}                   |  0
 .../templates/locations/jupyter-conda.conf}                    |  0
 infrastructure-provisioning/src/ssn/files/gcp/mongo_roles.json |  4 ++--
 infrastructure-provisioning/src/ssn/scripts/docker_build.py    |  2 +-
 .../datalab/backendapi/core/commands/CommandExecutorMock.java  |  2 +-
 .../com/epam/datalab/backendapi/domain/NotebookTemplate.java   |  2 +-
 .../datalab/backendapi/service/impl/LibraryServiceImpl.java    |  3 ++-
 .../java/com/epam/datalab/backendapi/util/BillingUtils.java    |  2 +-
 .../self-service/src/main/resources/mongo/gcp/mongo_roles.json |  4 ++--
 .../create-environment/create-environment.component.ts         |  6 +++---
 .../app/resources/resources-grid/resources-grid.component.html |  2 +-
 21 files changed, 35 insertions(+), 27 deletions(-)
 rename infrastructure-provisioning/src/{project/templates/locations/jupyter-gpu-conda.conf => edge/templates/locations/jupyter-conda.conf} (100%)
 rename infrastructure-provisioning/src/general/files/gcp/{jupyter-gpu-conda_Dockerfile => jupyter-conda_Dockerfile} (96%)
 rename infrastructure-provisioning/src/general/files/gcp/{jupyter-gpu-conda_description.json => jupyter-conda_description.json} (90%)
 rename infrastructure-provisioning/src/general/scripts/gcp/{jupyter-gpu-conda_configure.py => jupyter-conda_configure.py} (99%)
 rename infrastructure-provisioning/src/{jupyter-gpu-conda => jupyter-conda}/fabfile.py (98%)
 rename infrastructure-provisioning/src/{jupyter-gpu-conda/scripts/configure_jupyter-gpu-conda_node.py => jupyter-conda/scripts/configure_jupyter-conda_node.py} (100%)
 rename infrastructure-provisioning/src/{edge/templates/locations/jupyter-gpu-conda.conf => project/templates/locations/jupyter-conda.conf} (100%)

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


[incubator-datalab] 01/01: Merge pull request #1465 from apache/gcp-conda

Posted by ol...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit e07d905cec11596dc709427f7972a687e19125ef
Merge: 1bece3f ee31a47
Author: Oleh Mykolaishyn <ow...@gmail.com>
AuthorDate: Fri Mar 25 15:27:08 2022 +0200

    Merge pull request #1465 from apache/gcp-conda
    
    Gcp conda refactor and gpu 0.10.0+cu111 driver

 .../templates/locations/jupyter-conda.conf}                    |  0
 infrastructure-provisioning/src/general/conf/datalab.ini       |  4 ++--
 .../{jupyter-gpu-conda_Dockerfile => jupyter-conda_Dockerfile} |  4 ++--
 ...u-conda_description.json => jupyter-conda_description.json} |  2 +-
 .../src/general/lib/os/debian/notebook_lib.py                  |  7 ++++++-
 infrastructure-provisioning/src/general/lib/os/fab.py          | 10 ++++++----
 .../src/general/scripts/gcp/common_prepare_notebook.py         |  2 +-
 ...pyter-gpu-conda_configure.py => jupyter-conda_configure.py} |  2 +-
 .../src/general/scripts/gcp/ssn_configure.py                   |  2 +-
 .../src/{jupyter-gpu-conda => jupyter-conda}/fabfile.py        |  2 +-
 .../scripts/configure_jupyter-conda_node.py}                   |  0
 .../templates/locations/jupyter-conda.conf}                    |  0
 infrastructure-provisioning/src/ssn/files/gcp/mongo_roles.json |  4 ++--
 infrastructure-provisioning/src/ssn/scripts/docker_build.py    |  2 +-
 .../datalab/backendapi/core/commands/CommandExecutorMock.java  |  2 +-
 .../com/epam/datalab/backendapi/domain/NotebookTemplate.java   |  2 +-
 .../datalab/backendapi/service/impl/LibraryServiceImpl.java    |  3 ++-
 .../java/com/epam/datalab/backendapi/util/BillingUtils.java    |  2 +-
 .../self-service/src/main/resources/mongo/gcp/mongo_roles.json |  4 ++--
 .../create-environment/create-environment.component.ts         |  6 +++---
 .../app/resources/resources-grid/resources-grid.component.html |  2 +-
 21 files changed, 35 insertions(+), 27 deletions(-)

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