Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Ansgar Burchardt
dune-docker
Commits
31d2be3f
Unverified
Commit
31d2be3f
authored
Sep 12, 2017
by
Ansgar Burchardt
Browse files
base-*: install python3-{dev,matplotlib,mpi4py,pip,pytest,scipy}
For testing dune-corepy.
parent
d1165269
Pipeline
#845
canceled with stages
in 4 minutes and 23 seconds
Changes
5
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
base-10/Dockerfile
View file @
31d2be3f
...
...
@@ -43,7 +43,13 @@ RUN apt-get update && apt-get dist-upgrade --no-install-recommends --yes \
python-numpy
\
python-vtk6
\
python3
\
python3-dev
\
python3-matplotlib
\
python3-mpi4py
\
python3-numpy
\
python3-pip
\
python3-pytest
\
python3-scipy
\
&&
apt-get clean
&&
rm
-rf
/var/lib/apt/lists/
*
RUN
adduser
--disabled-password
--home
/duneci
--uid
50000 duneci
USER
duneci
...
...
base-16.04/Dockerfile
View file @
31d2be3f
...
...
@@ -40,7 +40,13 @@ RUN apt-get update && apt-get dist-upgrade --no-install-recommends --yes \
python-numpy
\
python-vtk6
\
python3
\
python3-dev
\
python3-matplotlib
\
python3-mpi4py
\
python3-numpy
\
python3-pip
\
python3-pytest
\
python3-scipy
\
&&
apt-get clean
&&
rm
-rf
/var/lib/apt/lists/
*
RUN
adduser
--disabled-password
--home
/duneci
--uid
50000 duneci
USER
duneci
...
...
base-16.10/Dockerfile
View file @
31d2be3f
...
...
@@ -40,7 +40,13 @@ RUN apt-get update && apt-get dist-upgrade --no-install-recommends --yes \
python-numpy
\
python-vtk6
\
python3
\
python3-dev
\
python3-matplotlib
\
python3-mpi4py
\
python3-numpy
\
python3-pip
\
python3-pytest
\
python3-scipy
\
&&
apt-get clean
&&
rm
-rf
/var/lib/apt/lists/
*
RUN
adduser
--disabled-password
--home
/duneci
--uid
50000 duneci
USER
duneci
...
...
base-8/Dockerfile
View file @
31d2be3f
...
...
@@ -40,7 +40,13 @@ RUN apt-get update && apt-get dist-upgrade --no-install-recommends --yes \
python-numpy
\
python-vtk6
\
python3
\
python3-dev
\
python3-matplotlib
\
python3-mpi4py
\
python3-numpy
\
python3-pip
\
python3-pytest
\
python3-scipy
\
&&
apt-get clean
&&
rm
-rf
/var/lib/apt/lists/
*
RUN
adduser
--disabled-password
--home
/duneci
--uid
50000 duneci
USER
duneci
...
...
base-9/Dockerfile
View file @
31d2be3f
...
...
@@ -40,7 +40,13 @@ RUN apt-get update && apt-get dist-upgrade --no-install-recommends --yes \
python-numpy
\
python-vtk6
\
python3
\
python3-dev
\
python3-matplotlib
\
python3-mpi4py
\
python3-numpy
\
python3-pip
\
python3-pytest
\
python3-scipy
\
&&
apt-get clean
&&
rm
-rf
/var/lib/apt/lists/
*
RUN
adduser
--disabled-password
--home
/duneci
--uid
50000 duneci
USER
duneci
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment