This is an automated email from the ASF dual-hosted git repository.
lfrolov pushed a commit to branch DATALAB-2572
in repository https://gitbox.apache.org/repos/asf/incubator-datalab.git
The following commit(s) were added to refs/heads/DATALAB-2572 by this push:
new 6d6c08c [DATALAB-2572]: changed pip libs install for deeplearning
6d6c08c is described below
commit 6d6c08c6979404e61dbcf797a2ee6ba249fd5176
Author: leonidfrolov <[email protected]>
AuthorDate: Tue Mar 29 16:08:43 2022 +0300
[DATALAB-2572]: changed pip libs install for deeplearning
---
infrastructure-provisioning/src/general/lib/os/debian/notebook_lib.py | 1 -
1 file changed, 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 5c51d62..e0fc1e1 100644
--- a/infrastructure-provisioning/src/general/lib/os/debian/notebook_lib.py
+++ b/infrastructure-provisioning/src/general/lib/os/debian/notebook_lib.py
@@ -273,7 +273,6 @@ def ensure_python3_libraries(os_user):
manage_pkg('-y install', 'remote', 'libkrb5-dev')
manage_pkg('-y install', 'remote', 'libbz2-dev libsqlite3-dev
tk-dev libncursesw5-dev libreadline-dev '
'liblzma-dev uuid-dev lzma-dev
libgdbm-dev') #necessary for python build
- datalab.fab.conn.sudo('-i pip3 install -U keyrings.alt backoff')
if os.environ['conf_cloud_provider'] == 'aws' and
os.environ['conf_deeplearning_cloud_ami'] == 'true':
datalab.fab.conn.sudo('-i pip3 install -U keyrings.alt
backoff')
datalab.fab.conn.sudo('-i pip3 install --upgrade --user
pyqt5==5.12')
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]