FROM apache/beam_python3.9_sdk:2.51.0

COPY requirements.txt ./

RUN pip install -r requirements.txt