FROM fedora:42

RUN dnf update -y \
    && dnf install python3-pip python3-mpi4py-openmpi -y \
    && pip install ase fastatomstruct \
    && dnf clean all \
    && pip cache purge
