File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -22,8 +22,6 @@ RUN apt-get update && \
22
22
gnupg \
23
23
graphviz \
24
24
jq \
25
- jupyter-notebook \
26
- jupyter-nbconvert \
27
25
lcov \
28
26
libblas-dev \
29
27
libboost-dev libboost-serialization-dev libboost-mpi-dev libboost-filesystem-dev libboost-test-dev \
@@ -36,6 +34,7 @@ RUN apt-get update && \
36
34
libopenmpi-dev \
37
35
libthrust-dev \
38
36
libtool \
37
+ npm \
39
38
nvidia-cuda-toolkit \
40
39
openmpi-bin \
41
40
openssh-client \
@@ -76,9 +75,10 @@ ENV HOME="/home/espresso"
76
75
ENV PATH="${HOME}/.local/bin${PATH:+:$PATH}"
77
76
RUN pip3 install --no-cache --user \
78
77
pre-commit==2.17.0 \
79
- nbconvert==6.4.5 \
78
+ jupyterlab==4.0.9 \
79
+ nbconvert==6.5.1 \
80
80
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 \
83
83
numpydoc==1.5.0
84
84
WORKDIR /home/espresso
You can’t perform that action at this time.
0 commit comments