1 2 3 4 5 6
FROM registry.access.redhat.com/ubi9/ubi RUN dnf -y install python3 python3-devel python3-pip cargo rust rustfmt rust-gdb && \ dnf -y clean all && \ pip install maturin numpy scipy ADD . /src