swh:1:snp:a72e953ecd624a7df6e6196bbdd05851996c5e40
Raw File
Tip revision: 51d6c156b4e22c947d729a61d0cba3fc65c416e0 authored by Daniel Karrasch on 10 May 2021, 11:20:35 UTC
more specific signature
Tip revision: 51d6c15
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