FROM python:3.10.6-bullseye

WORKDIR /sockeye
COPY ./ /sockeye/
RUN pip install sockeye==2.3.22
CMD ["python","main.py"]