FROM g4edge/ubuntu:latest

USER root
WORKDIR /root

RUN python -m pip install pyg4ometry
