https://github.com/JuliaLang/julia
Raw File
Tip revision: e9183b9cb96ccc9b3271ff83a8e8e70e2950c1f9 authored by Tim Holy on 28 February 2022, 11:48:25 UTC
Add valgrind suppression file for codegen
Tip revision: e9183b9
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