FROM python:3.10-slim RUN pip install transformers faiss-cpu torch COPY app.py . CMD ["python", "app.py"]