https://github.com/JuliaLang/julia
Raw File
Tip revision: 48e56668a9fc1e28dd39071dfe313e99db82c163 authored by Jameson Nash on 11 March 2020, 21:47:45 UTC
Distributed: ensure bind is successful before returning
Tip revision: 48e5666
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