You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@datalab.apache.org by lf...@apache.org on 2021/04/29 10:57:25 UTC

[incubator-datalab] branch master_2.4_ISKL updated (a296441 -> d1652ca)

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

lfrolov pushed a change to branch master_2.4_ISKL
in repository https://gitbox.apache.org/repos/asf/incubator-datalab.git.


    from a296441  [DATALAB-2095]: added upgrade of six lib
     new 2965574  [DATALAB-2292]: specified rsa version for gcp base image
     new d1652ca  [DATALAB-2189]: changed some apt dependencies during ensure_r step

The 2 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:
 infrastructure-provisioning/src/general/files/gcp/base_Dockerfile     | 2 +-
 infrastructure-provisioning/src/general/lib/os/debian/notebook_lib.py | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

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


[incubator-datalab] 01/02: [DATALAB-2292]: specified rsa version for gcp base image

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

lfrolov pushed a commit to branch master_2.4_ISKL
in repository https://gitbox.apache.org/repos/asf/incubator-datalab.git

commit 296557448eddc9838f27c5d2b5d71a8ac98a8266
Author: leonidfrolov <fr...@gmail.com>
AuthorDate: Tue Feb 16 12:28:22 2021 +0200

    [DATALAB-2292]: specified rsa version for gcp base image
---
 infrastructure-provisioning/src/general/files/gcp/base_Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/infrastructure-provisioning/src/general/files/gcp/base_Dockerfile b/infrastructure-provisioning/src/general/files/gcp/base_Dockerfile
index b5e59cd..1ccdbec 100644
--- a/infrastructure-provisioning/src/general/files/gcp/base_Dockerfile
+++ b/infrastructure-provisioning/src/general/files/gcp/base_Dockerfile
@@ -31,7 +31,7 @@ RUN	apt-get update && \
 
 # Install any python dependencies
 RUN pip install -UI qtconsole==4.7.7 pip==20.1 && \
-    pip install boto3 backoff fabric==1.14.0 fabvenv  argparse ujson jupyter pycrypto google-api-python-client google-cloud-storage \
+    pip install boto3 backoff fabric==1.14.0 rsa==4.5 fabvenv  argparse ujson jupyter pycrypto google-api-python-client google-cloud-storage \
     pyyaml google-auth-httplib2 oauth2client
 
 # Configuring ssh for user

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


[incubator-datalab] 02/02: [DATALAB-2189]: changed some apt dependencies during ensure_r step

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

lfrolov pushed a commit to branch master_2.4_ISKL
in repository https://gitbox.apache.org/repos/asf/incubator-datalab.git

commit d1652ca2d832e2f9964184e85363232947a33794
Author: leonidfrolov <fr...@gmail.com>
AuthorDate: Fri Dec 11 17:10:06 2020 +0200

    [DATALAB-2189]: changed some apt dependencies during ensure_r step
---
 infrastructure-provisioning/src/general/lib/os/debian/notebook_lib.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/infrastructure-provisioning/src/general/lib/os/debian/notebook_lib.py b/infrastructure-provisioning/src/general/lib/os/debian/notebook_lib.py
index d1fa44a..afd2ec7 100644
--- a/infrastructure-provisioning/src/general/lib/os/debian/notebook_lib.py
+++ b/infrastructure-provisioning/src/general/lib/os/debian/notebook_lib.py
@@ -89,7 +89,7 @@ def ensure_r(os_user, r_libs, region, r_mirror):
                 r_repository = 'https://cloud.r-project.org'
             add_marruter_key()
             sudo('apt update')
-            manage_pkg('-y install', 'remote', 'libcurl4-openssl-dev libssl-dev libreadline-dev')
+            manage_pkg('-yV install', 'remote', 'libssl-dev libcurl4-gnutls-dev libgit2-dev libxml2-dev libreadline-dev')
             manage_pkg('-y install', 'remote', 'cmake')
             manage_pkg('-y install', 'remote', 'r-base r-base-dev')
             sudo('R CMD javareconf')

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