from python:3.10-slim COPY requirements.txt . RUN python -m pip install -r requirements.txt