We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48ce8ff commit ee2a6f3Copy full SHA for ee2a6f3
Dockerfile
@@ -24,7 +24,7 @@ RUN sed -i 's/Components: main/Components: main contrib non-free/' /etc/apt/sour
24
python3 python3-dev python-is-python3 python3-pip python3-mpi4py cython3 python3-numpy python3-scipy python3-matplotlib python3-tk python3-venv \
25
libmetis-dev libparmetis-dev \
26
texlive texlive-extra-utils texlive-latex-extra ttf-staypuft dvipng cm-super \
27
- jupyter-notebook python3-jupyterlab \
+ jupyter-notebook \
28
--no-install-recommends \
29
&& rm -rf /var/lib/apt/lists/*
30
0 commit comments