https://github.com/JuliaLang/julia
Raw File
Tip revision: f8ad15f7b16146c8b8c13dc2ce87ec84fd48dbcb authored by Dilum Aluthge on 06 July 2023, 10:36:30 UTC
`release-1.10`: set `VERSION` to `1.10.0-alpha1` (#50420)
Tip revision: f8ad15f
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