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/05 08:23:05 UTC

[incubator-datalab] branch DATALAB-2345 created (now 2990881)

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

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


      at 2990881  [DATALAB-2345]: specified decorator latest version

This branch includes the following new commits:

     new 2990881  [DATALAB-2345]: specified decorator latest version

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.


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


[incubator-datalab] 01/01: [DATALAB-2345]: specified decorator latest version

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

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

commit 2990881d7575cd1a55613979f4278f7a93b28fbe
Author: leonidfrolov <fr...@gmail.com>
AuthorDate: Mon Apr 5 11:22:37 2021 +0300

    [DATALAB-2345]: specified decorator latest version
---
 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(-)

diff --git a/infrastructure-provisioning/src/general/files/aws/base_Dockerfile b/infrastructure-provisioning/src/general/files/aws/base_Dockerfile
index fa83551..0a77a48 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 qtconsole==4.7.7 pip==20.1 && \
+RUN pip install -UI decorator==5.0.5 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 b3a4d26..5cf89be 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 qtconsole==4.7.7 pip==20.1 && \
+RUN pip install -UI decorator==5.0.5 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
diff --git a/infrastructure-provisioning/src/general/files/gcp/base_Dockerfile b/infrastructure-provisioning/src/general/files/gcp/base_Dockerfile
index 6b411df..6a483c0 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 qtconsole==4.7.7 pip==20.1 && \
+RUN pip install -UI decorator==5.0.5 qtconsole==4.7.7 pip==20.1 && \
     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
 

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