FROM python:3.12

RUN pip install boto3 awscli
RUN pip install https://github.com/Clay-foundation/stacchip/archive/refs/heads/main.zip

