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 <[email protected]>
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: [email protected]
For additional commands, e-mail: [email protected]