FROM python:3.11-slim
RUN pip install fastapi==0.111.0 uvicorn==0.30.1 && npm install react@18.2.0
