Skip to content

Commit 404a7e2

Browse files
authored
Update Dockerfile
1 parent 6e33326 commit 404a7e2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
FROM dclong/python-nodejs
33
# GIT: https://github.com/legendu-net/docker-python-nodejs.git
44

5-
RUN pip3 install nbdime jinja2 nbconvert "jupyterlab>=2.1.0,<4.1.0" \
5+
RUN pip3 install --break-system-packages \
6+
nbdime jinja2 nbconvert "jupyterlab>=2.1.0,<4.1.0" \
67
jupyterlab_widgets ipywidgets jupyterlab_myst \
78
jupyterlab-lsp python-lsp-server[all] \
89
jupyterlab-code-formatter \

0 commit comments

Comments
 (0)