Revision 9ee414d10c37d37991dc505a930599f8b4e22f58 authored by Arun sanganal on 09 June 2021, 11:16:32 UTC, committed by GitHub on 09 June 2021, 11:16:32 UTC
1 parent 9bb992c
Raw File
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