You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@datalab.apache.org by mh...@apache.org on 2021/11/19 10:21:53 UTC

[incubator-datalab] branch develop updated: Cleaned unnecessary comments

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

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


The following commit(s) were added to refs/heads/develop by this push:
     new f956d6e  Cleaned unnecessary comments
f956d6e is described below

commit f956d6e97ad99833b5039bc61122159c560be6e9
Author: MarianHladun <91...@users.noreply.github.com>
AuthorDate: Fri Nov 19 12:21:46 2021 +0200

    Cleaned unnecessary comments
---
 infrastructure-provisioning/src/general/lib/os/debian/notebook_lib.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/infrastructure-provisioning/src/general/lib/os/debian/notebook_lib.py b/infrastructure-provisioning/src/general/lib/os/debian/notebook_lib.py
index a6d2aa1..5253c91 100644
--- a/infrastructure-provisioning/src/general/lib/os/debian/notebook_lib.py
+++ b/infrastructure-provisioning/src/general/lib/os/debian/notebook_lib.py
@@ -271,7 +271,7 @@ def ensure_python3_libraries(os_user):
             manage_pkg('-y install', 'remote', 'python3-pip')
             manage_pkg('-y install', 'remote', 'libkrb5-dev')
             datalab.fab.conn.sudo('pip3 install -U keyrings.alt backoff')
-            if os.environ['conf_cloud_provider'] == 'aws' and os.environ['conf_deeplearning_cloud_ami'] == 'true': # чекнути чи добавилось
+            if os.environ['conf_cloud_provider'] == 'aws' and os.environ['conf_deeplearning_cloud_ami'] == 'true': 
                 datalab.fab.conn.sudo('pip3 install --upgrade --user pyqt5==5.12')
                 datalab.fab.conn.sudo('pip3 install --upgrade --user pyqtwebengine==5.12')
                 datalab.fab.conn.sudo('pip3 install setuptools')

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