from python:3.10-slim RUN pip install groq gradio infinity_emb[all] usearch WORKDIR /app COPY . . CMD python main.py