swh:1:snp:a72e953ecd624a7df6e6196bbdd05851996c5e40
Raw File
Tip revision: 9e9f2414e9010b54b0f056b03b6085eb33a91af8 authored by Dilum Aluthge on 17 February 2022, 04:06:54 UTC
Update diagnostics.jl
Tip revision: 9e9f241
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