1 2 3 4 5 6 7
FROM fedora:41 RUN dnf update -y \ && dnf install python3-pip python3-mpi4py-openmpi -y \ && pip install ase fastatomstruct \ && dnf clean all \ && pip cache purge