2020-07-30 00:17:01 +05:00
|
|
|
FROM ubuntu:20.04
|
2019-04-17 18:36:44 +05:00
|
|
|
ENV DEBIAN_FRONTEND=noninteractive
|
|
|
|
MAINTAINER Matthias Hochsteger <matthias.hochsteger@tuwien.ac.at>
|
2020-07-29 20:52:21 +05:00
|
|
|
RUN apt-get update && apt-get -y install python3 libpython3-dev python3-pip libxmu-dev tk-dev tcl-dev cmake git g++ libglu1-mesa-dev ccache python3-pytest python3-numpy python3-tk python3-mpi4py clang-tidy python3-distutils clang libopenmpi-dev openmpi-bin gfortran
|
2021-01-13 12:40:52 +05:00
|
|
|
RUN python3 -m pip install pytest-mpi pytest-check
|
2019-04-17 18:36:44 +05:00
|
|
|
ADD . /root/src/netgen
|