File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 22FROM dclong/python-nodejs
33# GIT: https://github.com/legendu-net/docker-python-nodejs.git
44
5+ RUN icon fish -i
56RUN pip3 install --break-system-packages \
6- nbdime jinja2 nbconvert "jupyterlab>=2.1.0,<4.4 .0" \
7+ nbdime jinja2 nbconvert "jupyterlab>=2.1.0,<4.5 .0" \
78 jupyterlab_widgets ipywidgets jupyterlab_myst \
89 jupyterlab-lsp python-lsp-server[all] \
910 jupyterlab-code-formatter \
@@ -17,3 +18,4 @@ RUN pip3 install --break-system-packages \
1718COPY scripts /scripts
1819# COPY settings/themes.jupyterlab-settings /etc/jupyter/lab/user-settings/@jupyterlab/apputils-extension/themes.jupyterlab-settings
1920COPY settings /settings
21+ ENV SHELL=/usr/bin/fish
Original file line number Diff line number Diff line change 11#! /bin/bash
22
3- docker pull dclong/python-nodejs:next
3+ docker pull dclong/python-nodejs
44docker build -t dclong/jupyterlab:next .
You can’t perform that action at this time.
0 commit comments