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 2020/11/24 09:48:25 UTC

[incubator-datalab] branch DATALAB-2168 created (now 325866d)

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

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


      at 325866d  [DATALAB-2168]: specified qtconsole version in base dockerfile

This branch includes the following new commits:

     new 325866d  [DATALAB-2168]: specified qtconsole version in base dockerfile

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-2168]: specified qtconsole version in base dockerfile

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

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

commit 325866d7f65ebe0a9c2f923de02f074a0c21cffd
Author: leonidfrolov <fr...@gmail.com>
AuthorDate: Tue Nov 24 11:48:00 2020 +0200

    [DATALAB-2168]: specified qtconsole version in base dockerfile
---
 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 17409be..0590753 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==20.1 && \
+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