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

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

commit 08a57907819b49bbe936a3b963cc3c77c06861bd
Merge: 6f18391 9c1d4f9
Author: Oleh Mykolaishyn <[email protected]>
AuthorDate: Sun Apr 3 22:22:30 2022 +0300

    Merge pull request #1478 from apache/gcp-jupyter-highgpu-template-1
    
    [DATALAB-2729] [GCP] Jupyter-GPU template

 .../scripts/deploy_datalab.py                      |   2 +
 .../src/edge/templates/locations/jupyter-gpu.conf  |  29 ++
 .../src/general/conf/datalab.ini                   |   4 +-
 .../src/general/files/gcp/jupyter-gpu_Dockerfile   |  54 ++++
 .../general/files/gcp/jupyter-gpu_description.json |  18 ++
 .../src/general/lib/os/debian/notebook_lib.py      |   7 +-
 .../src/general/lib/os/fab.py                      |  23 +-
 .../general/scripts/gcp/common_prepare_notebook.py |   5 +
 .../general/scripts/gcp/jupyter-gpu_configure.py   | 322 +++++++++++++++++++++
 .../src/general/scripts/gcp/ssn_configure.py       |   1 +
 .../src/jupyter-gpu/fabfile.py                     | 255 ++++++++++++++++
 .../scripts/configure_jupyter-gpu_node.py          | 159 ++++++++++
 .../project/templates/locations/jupyter-gpu.conf   |  29 ++
 .../src/ssn/files/gcp/mongo_roles.json             |  30 ++
 .../src/ssn/scripts/docker_build.py                |   7 +-
 .../terraform/bin/deploy/endpoint_fab.py           |   2 +-
 .../terraform/gcp/endpoint/provisioning.py         |   2 +
 .../core/commands/CommandExecutorMock.java         |   1 +
 .../backendapi/domain/NotebookTemplate.java        |   1 +
 .../service/impl/LibraryServiceImpl.java           |   4 +-
 .../epam/datalab/backendapi/util/BillingUtils.java |   2 +-
 .../src/main/resources/mongo/gcp/mongo_roles.json  |  36 +++
 .../resources/webapp/src/app/core/models/index.ts  |   2 +
 .../core/models/{index.ts => templates-name.ts}    |  12 +-
 .../webapp/src/app/core/util/helpUtils.ts          |  13 +-
 .../create-environment.component.html              | 147 +++++-----
 .../create-environment.component.ts                |  33 ++-
 .../resources-grid/resources-grid.component.html   | 131 ++++-----
 28 files changed, 1154 insertions(+), 177 deletions(-)

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

Reply via email to