From 4829ca3f33e8b86dcb0de356589f349ed1462b5c Mon Sep 17 00:00:00 2001 From: HuJyunKai Date: Tue, 4 Oct 2022 15:06:53 +0800 Subject: [PATCH] fix issue Fix issue https://github.com/aws/aws-sam-cli/issues/3661 Downgrade markupsafe to 2.0.1 --- install_jupyterhub.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/install_jupyterhub.sh b/install_jupyterhub.sh index bed924a..9f977b6 100644 --- a/install_jupyterhub.sh +++ b/install_jupyterhub.sh @@ -2,6 +2,7 @@ pip3 install --upgrade pip pip3 install jupyterlab jupyterhub +pip3 install markupsafe==2.0.1 npm install -g configurable-http-proxy mkdir -p /etc/code-server-hub/util/jupyterhub_workdir