434MB: Ubuntu 16.04 + make + gfortran +blas+ lapack+fftw3+ openmpi
998
Here is the "minimal" image to start Dockerfile-based compilation of the (prefix)-MCTDH-(suffix) projects. Image weight is about 434MB:
Dockerfile used:
FROM ubuntu:16.04 MAINTAINER Alexej I. Streltsov [email protected] RUN apt-get update && apt-get install -y vim make openmpi-bin libopenmpi-dev fftw3 fftw3-dev libblas-dev liblapack-dev
$ docker build --no-cache -t mctdhb/minunix .
Content type
Image
Digest
Size
171.7 MB
Last updated
almost 9 years ago
docker pull mctdhb/minunix