FROM with_python as laygo

RUN \
    git clone https://github.com/ucb-art/laygo.git && \
    bash -c "source /sympy/bin/activate && pip install --upgrade pip && pip install wheel && pip install numpy pyyaml"









