This is an automated email from the ASF dual-hosted git repository.
olehmykolaishyn pushed a commit to branch gcp-jupyter-highgpu-template-1
in repository https://gitbox.apache.org/repos/asf/incubator-datalab.git
The following commit(s) were added to refs/heads/gcp-jupyter-highgpu-template-1
by this push:
new ffa702e added certaion MarkupSafe version
ffa702e is described below
commit ffa702ede723b4bd8a27d15422f65af5df670cc6
Author: oleh_mykolaishyn <[email protected]>
AuthorDate: Mon Mar 28 15:28:15 2022 +0300
added certaion MarkupSafe version
---
infrastructure-provisioning/src/general/lib/os/fab.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/infrastructure-provisioning/src/general/lib/os/fab.py
b/infrastructure-provisioning/src/general/lib/os/fab.py
index dc1da09..a004f2a 100644
--- a/infrastructure-provisioning/src/general/lib/os/fab.py
+++ b/infrastructure-provisioning/src/general/lib/os/fab.py
@@ -989,7 +989,7 @@ def configure_jupyter(os_user, jupyter_conf_file,
templates_dir, jupyter_version
try:
if os.environ['conf_deeplearning_cloud_ami'] == 'false' or
os.environ['application'] != 'deeplearning':
conn.sudo('pip3 install notebook=={}
--no-cache-dir'.format(jupyter_version))
- conn.sudo('pip3 install jupyter --no-cache-dir')
+ conn.sudo('pip3 install jupyter MarkupSafe==2.0.1
--no-cache-dir')
conn.sudo('rm -rf {}'.format(jupyter_conf_file))
elif os.environ['application'] != 'tensor':
conn.sudo('pip3 install environment_kernels')
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]