swh:1:snp:a72e953ecd624a7df6e6196bbdd05851996c5e40
Raw File
Tip revision: 173a367d58d1cf99afabf00be105452d332a783e authored by Fredrik Ekre on 21 March 2020, 10:37:26 UTC
Add current project as a last depot path in the default setup.
Tip revision: 173a367
Dockerfile
FROM julia:latest

RUN apt-get update && apt-get install -y build-essential libatomic1 python gfortran perl wget m4 cmake pkg-config git
back to top