Skip to content

Commit 3399039

Browse files
authored
Upgrade Sphinx/Jupyter/ZnDraw dependencies (#214)
Description of changes: - bump Sphinx packages - replace classic Jupyter Notebook by JupyterLab - introduce npm for the development branch of ZnDraw
2 parents fbdf2f2 + e4f281a commit 3399039

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docker/Dockerfile-ubuntu-22.04

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,6 @@ RUN apt-get update && \
2222
gnupg \
2323
graphviz \
2424
jq \
25-
jupyter-notebook \
26-
jupyter-nbconvert \
2725
lcov \
2826
libblas-dev \
2927
libboost-dev libboost-serialization-dev libboost-mpi-dev libboost-filesystem-dev libboost-test-dev \
@@ -36,6 +34,7 @@ RUN apt-get update && \
3634
libopenmpi-dev \
3735
libthrust-dev \
3836
libtool \
37+
npm \
3938
nvidia-cuda-toolkit \
4039
openmpi-bin \
4140
openssh-client \
@@ -76,9 +75,10 @@ ENV HOME="/home/espresso"
7675
ENV PATH="${HOME}/.local/bin${PATH:+:$PATH}"
7776
RUN pip3 install --no-cache --user \
7877
pre-commit==2.17.0 \
79-
nbconvert==6.4.5 \
78+
jupyterlab==4.0.9 \
79+
nbconvert==6.5.1 \
8080
sphinx==4.5.0 \
81-
sphinx-toggleprompt==0.2.0 \
82-
sphinxcontrib-bibtex==2.5.0 \
81+
sphinx-toggleprompt==0.4.0 \
82+
sphinxcontrib-bibtex==2.6.1 \
8383
numpydoc==1.5.0
8484
WORKDIR /home/espresso

0 commit comments

Comments
 (0)