FROM python:3.10 RUN pip install flask requests 'crewai[litellm]' COPY . . CMD ["python", "app.py"]