Sign inSign up

mctdhb/minunix

By mctdhb

Updated almost 9 years ago

434MB: Ubuntu 16.04 + make + gfortran +blas+ lapack+fftw3+ openmpi

Image
2

998

mctdhb/minunix repository overview

Here is the "minimal" image to start Dockerfile-based compilation of the (prefix)-MCTDH-(suffix) projects. Image weight is about 434MB:

Dockerfile used:

Version: 0.0.1

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 .

Tag summary

Content type

Image

Digest

Size

171.7 MB

Last updated

almost 9 years ago

docker pull mctdhb/minunix