Skip to content

Commit

Permalink
base: Pin Python package prompt-toolkit to v3.0.39
Browse files Browse the repository at this point in the history
  • Loading branch information
benz0li committed Nov 18, 2023
1 parent bcce4c4 commit abc1f77
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions base/latest.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -251,6 +251,8 @@ RUN export PIP_BREAK_SYSTEM_PACKAGES=1 \
jupyterlab-lsp \
notebook \
nbconvert \
## Fix https://github.com/randy3k/radian/issues/446
prompt-toolkit==3.0.39 \
python-lsp-server[all] \
## Include custom fonts
&& sed -i 's|</head>|<link rel="preload" href="{{page_config.fullStaticUrl}}/assets/fonts/MesloLGS-NF-Regular.woff2" as="font" type="font/woff2" crossorigin="anonymous"></head>|g' /usr/local/share/jupyter/lab/static/index.html \
Expand Down

0 comments on commit abc1f77

Please sign in to comment.