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/02/15 11:23:05 UTC

[incubator-datalab] branch 2.5.1-tensor-jupyterlab updated (06d8d2f -> 780b3e8)

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

olehmykolaishyn pushed a change to branch 2.5.1-tensor-jupyterlab
in repository https://gitbox.apache.org/repos/asf/incubator-datalab.git.


    from 06d8d2f  Merge branch '2.5.1-tensor-jupyterlab' of https://github.com/apache/incubator-datalab into 2.5.1-tensor-jupyterlab
     add 0095ac1  [DATALAB-2698]: added venv libs install
     add cc27513  [DATALAB-2698]: fixed function name
     add 7a51985  [DATALAB-2698]: added python3-opencv to packages installed by default
     add 88ed674  [DATALAB-2698]: fixed install_venv_pip_pkg usage
     add 279accb  [DATALAB-2545]: added predefined role for aws ssn
     new 780b3e8  fixed conflict ensure_env_lib w/o fab.con

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 ++
 .../src/general/lib/os/debian/common_lib.py        |  7 +++--
 .../src/general/lib/os/debian/notebook_lib.py      |  6 ++---
 .../src/general/scripts/aws/ssn_prepare.py         | 30 ++++++++++++----------
 .../src/tensor/scripts/configure_tensor_node.py    |  7 +++--
 5 files changed, 30 insertions(+), 22 deletions(-)

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


[incubator-datalab] 01/01: fixed conflict ensure_env_lib w/o fab.con

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

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

commit 780b3e887fcd978d21b066dea356034ab2976a78
Merge: 06d8d2f 279accb
Author: oleh_mykolaishyn <ow...@gmail.com>
AuthorDate: Tue Feb 15 13:22:47 2022 +0200

    fixed conflict ensure_env_lib w/o fab.con

 .../scripts/deploy_datalab.py                      |  2 ++
 .../src/general/lib/os/debian/common_lib.py        |  7 +++--
 .../src/general/lib/os/debian/notebook_lib.py      |  6 ++---
 .../src/general/scripts/aws/ssn_prepare.py         | 30 ++++++++++++----------
 .../src/tensor/scripts/configure_tensor_node.py    |  7 +++--
 5 files changed, 30 insertions(+), 22 deletions(-)

diff --cc infrastructure-provisioning/src/general/lib/os/debian/notebook_lib.py
index 3e95f62,a746411..cfa4c97
--- a/infrastructure-provisioning/src/general/lib/os/debian/notebook_lib.py
+++ b/infrastructure-provisioning/src/general/lib/os/debian/notebook_lib.py
@@@ -397,9 -397,10 +397,9 @@@ def install_tensor(os_user, cuda_versio
  
  def ensure_venv_libs(os_user, libs):
      if not exists(datalab.fab.conn, '/home/' + os_user + '/.ensure_dir/venv_libs_ensured'):
-         datalab.fab.conn.install_venv_pip_pkg(libs)
+         datalab.fab.install_venv_pip_pkg(libs)
          datalab.fab.conn.sudo('touch /home/' + os_user + '/.ensure_dir/venv_libs_ensured')
  
 -
  def ensure_pytorch(os_user, gpu=True):
      if not exists(datalab.fab.conn, '/home/' + os_user + '/.ensure_dir/pytorch_ensured'):
          if gpu:

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