MongooseMiner / Dockerfile
michaelfeil
update demo
0255774
raw
history blame contribute delete
No virus
132 Bytes
from python:3.10-slim
RUN pip install groq gradio infinity_emb[all] usearch datasets
WORKDIR /app
COPY . .
CMD bash entrypoint.sh