From python:3.10-slim

COPY ./code code/

RUN pip install --no-cache-dir -r code/requirements.txt

VOLUME /data

