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

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


The following commit(s) were added to refs/heads/epm-v2.5.2.1 by this push:
     new f0173b4da fix: added jinja upgrade
f0173b4da is described below

commit f0173b4da94520f3f2a23f86e265f299de553efb
Author: Leonid_Frolov1 <[email protected]>
AuthorDate: Fri Apr 7 17:26:22 2023 +0300

    fix: added jinja upgrade
---
 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 a9948cbca..15a8ab0cb 100644
--- a/infrastructure-provisioning/src/general/lib/os/debian/notebook_lib.py
+++ b/infrastructure-provisioning/src/general/lib/os/debian/notebook_lib.py
@@ -248,6 +248,7 @@ def ensure_additional_python_libs(os_user):
             manage_pkg('-y install', 'remote', 'libjpeg8-dev zlib1g-dev')
             if os.environ['application'] in ('jupyter', 'zeppelin'):
                 datalab.fab.conn.sudo('pip3 install NumPy=={} SciPy pandas 
Sympy Pillow sklearn 
--no-cache-dir'.format(os.environ['notebook_numpy_version']))
+                datalab.fab.conn.sudo('pip3 install jinja2 --upgrade')
             if os.environ['application'] in ('tensor', 'deeplearning'):
                 datalab.fab.conn.sudo('pip3 install opencv-python h5py 
--no-cache-dir')
                 #datalab.fab.conn.sudo('pip3 install python3-opencv 
scikit-learn --no-cache-dir')


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

Reply via email to