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:52:03 UTC

[incubator-datalab] branch master_2.4_ISKL updated (9475bd6 -> 1fe204c)

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 9475bd6  Fixed AWS IAM role in README.md
     new 90455c8  [DATALAB-2168]: added qtconsole version
     new 1fe204c  [DATALAB-2168]: added qtconsole version

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/aws/base_Dockerfile   | 2 +-
 infrastructure-provisioning/src/general/files/azure/base_Dockerfile | 2 +-
 infrastructure-provisioning/src/general/files/gcp/base_Dockerfile   | 2 +-
 3 files changed, 3 insertions(+), 3 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-2168]: added qtconsole version

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 90455c8be7af6e93004dfb4181ada7dd1a1353fb
Author: leonidfrolov <fr...@gmail.com>
AuthorDate: Tue Nov 24 14:59:42 2020 +0200

    [DATALAB-2168]: added qtconsole version
---
 infrastructure-provisioning/src/general/files/aws/base_Dockerfile   | 2 +-
 infrastructure-provisioning/src/general/files/azure/base_Dockerfile | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/infrastructure-provisioning/src/general/files/aws/base_Dockerfile b/infrastructure-provisioning/src/general/files/aws/base_Dockerfile
index 48f5e2d..69d5c20 100644
--- a/infrastructure-provisioning/src/general/files/aws/base_Dockerfile
+++ b/infrastructure-provisioning/src/general/files/aws/base_Dockerfile
@@ -30,7 +30,7 @@ RUN	apt-get update && \
     apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
 
 # Install any python dependencies
-RUN pip install -UI pip==9.0.3 && \
+RUN pip install -UI qtconsole==4.7.7 pip==20.1 && \
     pip install boto3 backoff fabric==1.14.0 fabvenv awscli argparse requests ujson jupyter pycrypto
 
 # Configuring ssh for user
diff --git a/infrastructure-provisioning/src/general/files/azure/base_Dockerfile b/infrastructure-provisioning/src/general/files/azure/base_Dockerfile
index dcf939e..ef51b2c 100644
--- a/infrastructure-provisioning/src/general/files/azure/base_Dockerfile
+++ b/infrastructure-provisioning/src/general/files/azure/base_Dockerfile
@@ -30,7 +30,7 @@ RUN apt-get update && \
     apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
 
 # Install any python dependencies
-RUN pip install -UI pip==9.0.3 && \
+RUN pip install -UI qtconsole==4.7.7 pip==20.1 && \
     pip install backoff fabric==1.14.0 fabvenv argparse requests ujson jupyter pycrypto azure==2.0.0 azure-mgmt-authorization pyyaml
 
 # 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-2168]: added qtconsole version

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 1fe204c9aaaf572130e940c4901effce68160c95
Author: leonidfrolov <fr...@gmail.com>
AuthorDate: Tue Nov 24 11:48:00 2020 +0200

    [DATALAB-2168]: added qtconsole version
---
 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 8a66b82..b5e59cd 100644
--- a/infrastructure-provisioning/src/general/files/gcp/base_Dockerfile
+++ b/infrastructure-provisioning/src/general/files/gcp/base_Dockerfile
@@ -30,7 +30,7 @@ RUN	apt-get update && \
     apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
 
 # Install any python dependencies
-RUN pip install -UI pip==9.0.3 && \
+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 \
     pyyaml google-auth-httplib2 oauth2client
 

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