Skip to content

Instantly share code, notes, and snippets.

View chaddupuis's full-sized avatar

Chad Dupuis chaddupuis

View GitHub Profile
@chaddupuis
chaddupuis / deepdicomsort-dcm2-fsl.def
Created April 15, 2024 15:46
apptainer build for deepdicomsort-dcm2niix-fsl on rockylinux8
Bootstrap: docker
From: rockylinux:8.9
%post
dnf -y update
dnf -y install epel-release curl wget git file bzip2 which libmng libpng12 libSM gtk2 mesa-dri-drivers mesa-libGL-devel
dnf config-manager --set-enabled powertools
dnf -y install R
# R brings in openblas and dependencies
dnf -y install make cmake