This is an automated email from the ASF dual-hosted git repository.
olehmykolaishyn pushed a change to branch develop
in repository https://gitbox.apache.org/repos/asf/incubator-datalab.git.
from 6f18391 Merge pull request #1477 from a1expol/develop
add d62ae72 Description+Dockerfile
add b62fc09 added jupyter-gpu folder and config file
add 9126db2 Docker images
add d4697e7 description
add 694be17 template 1
add 4df7006 java file and description
add 472e02b added nb shapes
add 2519036 Description
add 18cafdd Merge branch 'gcp-jupyter-highgpu-template-1' of
https://github.com/apache/incubator-datalab into gcp-jupyter-highgpu-template-1
add 86b396c updated mongo_roles
add d05d6e6 added gpu from ui
add 89eb725 python-git and disabled r
add 6405447 Gpu type parsing
add e988704 Merge branch 'gcp-jupyter-highgpu-template-1' of
https://github.com/apache/incubator-datalab into gcp-jupyter-highgpu-template-1
add b13aa0f R commented
add 653311e fix conflict
add e4474a0 location templates, and clean description
add 59f391e added condition for GPU type
add 9faf34e Merge pull request #1444 from GennadiyShpak/jupiter-jpu
add bc92559 Added files for jupyter-gpu-conda
add 7c63c72 Updated files for jupyter-gpu-conda(template 2)
add a561a7d Updated files for jupyter-gpu-conda(template 2)
add 8a3083b added to ui files
add 1d694c7 fixed dropdown
add 5fbc3ed Updated files for jupyter-gpu-conda(template 2)
add cee5494 Merge branch 'gcp-jupyter-highgpu-template-1' of
https://github.com/apache/incubator-datalab into gcp-jupyter-highgpu-template-1
add 8293962 Updated files for jupyter-gpu-conda(template 2)
add 7f700d7 ensure_anaconda function
add 661042d added the ability to automatically select the type of GPU
add 4e2f654 Merge pull request #1450 from GennadiyShpak/jupiter-jpu
add 71d969a Merge branch 'gcp-jupyter-highgpu-template-1' of
https://github.com/apache/incubator-datalab into gcp-jupyter-highgpu-template-1
add 6750d71 fixed anaconda installation
add 7a2ce67 added a-100 gpu type from ini file
add e686f9b Merge branch 'gcp-jupyter-highgpu-template-1' of
https://github.com/apache/incubator-datalab into gcp-jupyter-highgpu-template-1
add 6fd15df removed notebooks from addGpuType
add 2541562 gpu type from var
add 14e71ff Merge branch 'gcp-jupyter-highgpu-template-1' of
https://github.com/apache/incubator-datalab into gcp-jupyter-highgpu-template-1
add 3b255ef fix java lib
add cc97064 disabled DE creation for gpu notebooks
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 f58fb1a remove r libs support for new templates
add 1bece3f Merge branch 'gcp-jupyter-highgpu-template-1' of
https://github.com/apache/incubator-datalab into gcp-jupyter-highgpu-template-1
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
add e07d905 Merge pull request #1465 from apache/gcp-conda
add d519627 removed conda template
add ffa702e added certaion MarkupSafe version
add 091e7fc avoided merge conflicts by adding tensor-jupyterlab template
add 6927ccd Merge branch 'develop' into gcp-jupyter-highgpu-template-1
add c4ba8ef adding cloud unique templates to docker-build via node.extend
function
add 49cec8e superset only on gcp
add d2d1b6a lint
add 2cc5d17 w/o statusTypes in models, trying to fix
add 9c1d4f9 w statusTypes in models, trying to fix
new 08a5790 Merge pull request #1478 from
apache/gcp-jupyter-highgpu-template-1
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:
.../scripts/deploy_datalab.py | 2 +
.../templates/locations/jupyter-gpu.conf} | 0
.../src/general/conf/datalab.ini | 4 +-
.../{jupyter_Dockerfile => jupyter-gpu_Dockerfile} | 4 +-
.../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 +
...pyter_configure.py => jupyter-gpu_configure.py} | 36 ++---
.../src/general/scripts/gcp/ssn_configure.py | 1 +
.../src/{jupyter => jupyter-gpu}/fabfile.py | 2 +-
.../scripts/configure_jupyter-gpu_node.py} | 14 +-
.../locations/{jupyter.conf => jupyter-gpu.conf} | 0
.../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 +
.../webapp/src/app/core/models/templates-name.ts | 7 +-
.../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, 336 insertions(+), 198 deletions(-)
copy infrastructure-provisioning/src/{project/templates/locations/jupyter.conf
=> edge/templates/locations/jupyter-gpu.conf} (100%)
copy infrastructure-provisioning/src/general/files/gcp/{jupyter_Dockerfile =>
jupyter-gpu_Dockerfile} (96%)
create mode 100644
infrastructure-provisioning/src/general/files/gcp/jupyter-gpu_description.json
copy infrastructure-provisioning/src/general/scripts/gcp/{jupyter_configure.py
=> jupyter-gpu_configure.py} (95%)
copy infrastructure-provisioning/src/{jupyter => jupyter-gpu}/fabfile.py (98%)
copy
infrastructure-provisioning/src/{jupyter/scripts/configure_jupyter_node.py =>
jupyter-gpu/scripts/configure_jupyter-gpu_node.py} (94%)
copy infrastructure-provisioning/src/project/templates/locations/{jupyter.conf
=> jupyter-gpu.conf} (100%)
copy
integration-tests/src/main/java/com/epam/datalab/automation/docker/Labels.java
=>
services/self-service/src/main/resources/webapp/src/app/core/models/templates-name.ts
(91%)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]