swh:1:snp:a72e953ecd624a7df6e6196bbdd05851996c5e40
Raw File
Tip revision: 19fba2bd38afc784b9bebd830d523c47685937e8 authored by Jameson Nash on 02 September 2020, 14:43:05 UTC
check that Dict convert gives expected type
Tip revision: 19fba2b
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