https://github.com/JuliaLang/julia
Raw File
Tip revision: 923efb95e798295b36a20485b1bd876e0d22631b authored by Valentin Churavy on 04 December 2023, 21:08:12 UTC
Give a deprecation warning
Tip revision: 923efb9
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