https://github.com/JuliaLang/julia
Raw File
Tip revision: 63db2b08919b7e9e45bba98a284f819432048a4e authored by Keno Fischer on 22 July 2023, 19:51:38 UTC
RFC: Effect Preconditions - or - the future of @inbounds
Tip revision: 63db2b0
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