Skip to content

Commit

Permalink
fix issue
Browse files Browse the repository at this point in the history
Fix issue aws/aws-sam-cli#3661
Downgrade markupsafe to 2.0.1
  • Loading branch information
HuJK committed Oct 4, 2022
1 parent e093902 commit 4829ca3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions install_jupyterhub.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4829ca3

Please sign in to comment.