This is an automated email from the ASF dual-hosted git repository. lfrolov pushed a commit to branch 2.5.1-tcpc-deployment in repository https://gitbox.apache.org/repos/asf/incubator-datalab.git
commit a2eeac68e87a44f93c0a02abaf7590b41a425eae Author: leonidfrolov <[email protected]> AuthorDate: Wed Feb 16 17:57:04 2022 +0200 [DATALAB-2708]: added libbz2-dev installation --- infrastructure-provisioning/src/general/lib/os/debian/notebook_lib.py | 1 + 1 file changed, 1 insertion(+) 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 01d75e2..9119667 100644 --- a/infrastructure-provisioning/src/general/lib/os/debian/notebook_lib.py +++ b/infrastructure-provisioning/src/general/lib/os/debian/notebook_lib.py @@ -271,6 +271,7 @@ def ensure_python3_libraries(os_user): #manage_pkg('-y install', 'remote', 'python3-setuptools') manage_pkg('-y install', 'remote', 'python3-pip') manage_pkg('-y install', 'remote', 'libkrb5-dev') + manage_pkg('-y install', 'remote', 'libbz2-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': datalab.fab.conn.sudo('pip3 install --upgrade --user pyqt5==5.12') --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
