This is an automated email from the ASF dual-hosted git repository. omartushevskyi pushed a commit to branch develop in repository https://gitbox.apache.org/repos/asf/incubator-dlab.git
commit ad5c5ccbbf9cc6f82016bdabbc88fecde44f768f Merge: 3794651 db84846 Author: Oleh Martushevskyi <oleh_martushevs...@epam.com> AuthorDate: Mon Oct 21 13:50:01 2019 +0300 Merge pull request #348 from apache/DLAB-1107 [DLAB-1107] Added image_enabled parameter and shared image functionality[All clouds] infrastructure-provisioning/scripts/deploy_dlab.py | 2 + .../src/general/conf/dlab.ini | 4 +- .../src/general/lib/aws/actions_lib.py | 2 +- .../general/scripts/aws/common_prepare_notebook.py | 13 +++++-- .../general/scripts/aws/deeplearning_configure.py | 42 ++++++++++++++++----- .../src/general/scripts/aws/jupyter_configure.py | 31 +++++++++++---- .../src/general/scripts/aws/rstudio_configure.py | 44 +++++++++++++++++----- .../scripts/aws/tensor-rstudio_configure.py | 42 ++++++++++++++++----- .../src/general/scripts/aws/tensor_configure.py | 42 ++++++++++++++++----- .../src/general/scripts/aws/zeppelin_configure.py | 44 +++++++++++++++++----- .../scripts/azure/common_prepare_notebook.py | 9 ++++- .../scripts/azure/deeplearning_configure.py | 36 ++++++++++++++---- .../src/general/scripts/azure/jupyter_configure.py | 28 ++++++++++++-- .../src/general/scripts/azure/rstudio_configure.py | 36 ++++++++++++++---- .../src/general/scripts/azure/tensor_configure.py | 36 ++++++++++++++---- .../general/scripts/azure/zeppelin_configure.py | 36 ++++++++++++++---- .../general/scripts/gcp/common_prepare_notebook.py | 18 ++++++--- .../general/scripts/gcp/deeplearning_configure.py | 32 +++++++++++----- .../src/general/scripts/gcp/jupyter_configure.py | 31 ++++++++++----- .../src/general/scripts/gcp/rstudio_configure.py | 33 +++++++++++----- .../scripts/gcp/tensor-rstudio_configure.py | 33 +++++++++++----- .../src/general/scripts/gcp/tensor_configure.py | 32 +++++++++++----- .../src/general/scripts/gcp/zeppelin_configure.py | 33 +++++++++++----- .../src/ssn/scripts/docker_build.py | 1 + 24 files changed, 500 insertions(+), 160 deletions(-) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@dlab.apache.org For additional commands, e-mail: commits-h...@dlab.apache.org