File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -9,11 +9,11 @@ LABEL org.opencontainers.image.description="A base Docker image for Python-based
99ENV DEBIAN_FRONTEND=noninteractive
1010ENV LANG=C.UTF-8
1111
12- RUN apt-get update; apt-get install -y automake libtool build-essential openmpi-bin libopenmpi-dev git vim \
12+ RUN apt-get update
13+ RUN apt-get install -y automake libtool build-essential openmpi-bin libopenmpi-dev git vim \
1314 wget python3 libpython3-dev libncurses5-dev libreadline-dev libgsl0-dev cython3 \
14- python3-numpy python3-scipy python3-matplotlib python3-jinja2 python3-mock \
15- ipython3 python3-httplib2 python3-docutils python3-yaml \
16- subversion python3-venv python3-mpi4py python3-tables python3-h5py cmake zlib1g-dev
15+ ipython3 \
16+ subversion python3-venv python3-mpi4py cmake zlib1g-dev
1717
1818RUN useradd -ms /bin/bash docker
1919USER docker
You can’t perform that action at this time.
0 commit comments