Newer
Older
FROM archlinux/base
MAINTAINER Tamas Gal <tgal@km3net.de>
RUN pip install -U pip setuptools
RUN pip install matplotlib pandas numpy scipy pygments docopt
FROM archlinux/base
MAINTAINER Tamas Gal <tgal@km3net.de>
RUN pip install -U pip setuptools
RUN pip install matplotlib pandas numpy scipy pygments docopt