swh:1:snp:a72e953ecd624a7df6e6196bbdd05851996c5e40
Raw File
Tip revision: b19f2e644b505bd296aec54bff2f4cd94c05701b authored by Gabriel Baraldi on 20 September 2023, 16:41:21 UTC
Make the GC less greedy
Tip revision: b19f2e6
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