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 11:10:29 UTC

[incubator-datalab] branch master_2.4_ISKL updated: [DATALAB]: fixed pyzmq version

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


The following commit(s) were added to refs/heads/master_2.4_ISKL by this push:
     new 5f52b5f  [DATALAB]: fixed pyzmq version
5f52b5f is described below

commit 5f52b5fd508da27bdfaa22b42875c4003a0a5393
Author: leonidfrolov <fr...@gmail.com>
AuthorDate: Thu Apr 29 14:10:17 2021 +0300

    [DATALAB]: fixed pyzmq 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 1ccdbec..586973d 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 pyzmq==19.0.2 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