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

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


The following commit(s) were added to refs/heads/DATALAB-2567 by this push:
     new c38416c  [DATALAB-2567]: fixed linux headers for gcp deeplearning
c38416c is described below

commit c38416c79555f38ded08892f59b3cc4cbbf766b8
Author: leonidfrolov <[email protected]>
AuthorDate: Wed Nov 3 17:04:53 2021 +0200

    [DATALAB-2567]: fixed linux headers for gcp deeplearning
---
 infrastructure-provisioning/src/general/lib/os/debian/common_lib.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/infrastructure-provisioning/src/general/lib/os/debian/common_lib.py 
b/infrastructure-provisioning/src/general/lib/os/debian/common_lib.py
index 543becb..e98c183 100644
--- a/infrastructure-provisioning/src/general/lib/os/debian/common_lib.py
+++ b/infrastructure-provisioning/src/general/lib/os/debian/common_lib.py
@@ -223,7 +223,7 @@ def manage_pkg(command, environment, requisites):
         sys.exit(1)
 
 
-def ensure_pkg(os_user, requisites='linux-headers-generic python3-pip 
python3-dev python3-virtualenv '
+def ensure_pkg(os_user, requisites='linux-headers-$(uname -r) python3-pip 
python3-dev python3-virtualenv '
                                 'groff gcc vim less git wget '
                                 'libssl-dev unattended-upgrades nmap '
                                 'libffi-dev unzip libxml2-dev haveged'):

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to