https://github.com/JuliaLang/julia
Raw File
Tip revision: f2bcb6e9988f46a40cc2ea909d4dc5ffe2ca0a34 authored by Tim Besard on 12 March 2021, 16:48:49 UTC
Factor out voidpointer array type.
Tip revision: f2bcb6e
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