Skip to content
Snippets Groups Projects
Commit 459461a6 authored by Tamas Gal's avatar Tamas Gal :speech_balloon:
Browse files

Use official julia distribution

parent bfccaa3f
Branches
No related tags found
No related merge requests found
FROM archlinux/base
MAINTAINER Tamas Gal <tgal@km3net.de>
RUN pacman -Sy --noconfirm gcc make grep awk git
RUN pacman -Sy --noconfirm gcc make grep awk git tar
RUN pacman -Sy --noconfirm texlive-most texlive-lang
RUN pacman -Sy --noconfirm qpdf poppler
# RUN pacman -Sy --noconfirm texlive-most texlive-lang
# RUN pacman -Sy --noconfirm qpdf poppler
RUN pacman -Sy --noconfirm julia
RUN pacman -Sy --noconfirm arpack
RUN ln -s /usr/lib/libopenblas.so /usr/lib/libopenblas64_.so.0 # for Arpack.jl
RUN curl -O https://julialang-s3.julialang.org/bin/linux/x64/1.2/julia-1.2.0-linux-x86_64.tar.gz; \
tar xvzf julia-1.2.0-linux-x86_64.tar.gz -C /usr/local --strip-components=1 julia-1.2.0; \
rm julia-1.2.0-linux-x86_64.tar.gz
RUN pacman -Sy --noconfirm python python-pip
RUN pip install -U pip setuptools
RUN pip install matplotlib pandas numpy scipy pygments docopt
RUN pip install matplotlib numpy pandas scipy pygments docopt
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment