swh:1:snp:a72e953ecd624a7df6e6196bbdd05851996c5e40
Raw File
Tip revision: 9f7086cd8e53643b2831030873b6daa1d8818f0b authored by Prem Chintalapudi on 09 November 2022, 17:30:57 UTC
Fix more bugs
Tip revision: 9f7086c
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