https://github.com/JuliaLang/julia
Raw File
Tip revision: a11316703995e89835a347a4c69b398998119d22 authored by Jeff Bezanson on 29 August 2022, 23:54:25 UTC
skip the extra argument when substituting an invoke expr
Tip revision: a113167
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