https://github.com/JuliaLang/julia
Raw File
Tip revision: 69fcb5745bda8a5588c089f7b65831787cffc366 authored by Alex Arslan on 11 March 2021, 19:13:07 UTC
Set VERSION to 1.5.4 (#39827)
Tip revision: 69fcb57
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