FROM apache/beam_python3.11_sdk:2.51.0

COPY requirements.txt ./

RUN pip install -r requirements.txt