https://github.com/JuliaLang/julia
Raw File
Tip revision: cbe86a13d463f20144242ced1896e909423b074b authored by Jameson Nash on 07 February 2024, 02:20:58 UTC
Update numbers.jl
Tip revision: cbe86a1
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