You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dlab.apache.org by lf...@apache.org on 2020/09/09 11:16:48 UTC

[incubator-dlab] 01/01: [DLAB-2037]: specified pyrsistent version

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

lfrolov pushed a commit to branch DLAB-2037
in repository https://gitbox.apache.org/repos/asf/incubator-dlab.git

commit b3c451cc54c62e9feb82963448d7dad794008019
Author: leonidfrolov <fr...@gmail.com>
AuthorDate: Wed Sep 9 14:16:23 2020 +0300

    [DLAB-2037]: specified pyrsistent version
---
 infrastructure-provisioning/src/general/lib/os/fab.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/infrastructure-provisioning/src/general/lib/os/fab.py b/infrastructure-provisioning/src/general/lib/os/fab.py
index a1dff79..6758c1f 100644
--- a/infrastructure-provisioning/src/general/lib/os/fab.py
+++ b/infrastructure-provisioning/src/general/lib/os/fab.py
@@ -190,6 +190,7 @@ def put_resource_status(resource, status, dlab_path, os_user, hostname):
 def configure_jupyter(os_user, jupyter_conf_file, templates_dir, jupyter_version, exploratory_name):
     if not exists('/home/' + os_user + '/.ensure_dir/jupyter_ensured'):
         try:
+            sudo('pip2 install pyrsistent==0.16.0 --no-cache-dir')
             sudo('pip2 install notebook==5.7.8 --no-cache-dir')
             sudo('pip2 install jupyter --no-cache-dir')
             sudo('pip3 install notebook=={} --no-cache-dir'.format(jupyter_version))


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