swh:1:snp:a72e953ecd624a7df6e6196bbdd05851996c5e40
Raw File
Tip revision: 6f75053e9e2e4af291f286f090da359096b498ee authored by Kristoffer on 12 January 2023, 13:31:54 UTC
cache env lookups in the precompile process
Tip revision: 6f75053
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