MongooseMiner / Dockerfile
michaelfeil
push demo again
34ece89
raw
history blame
127 Bytes
from python:3.10-slim
RUN pip install groq gradio infinity_emb[all] usearch datasets
WORKDIR /app
COPY . .
CMD entrypoint.sh