MongooseMiner / Dockerfile
michaelfeil
add mongooseminer
11ac6f7
raw
history blame
120 Bytes
from python:3.10-slim
RUN pip install groq gradio infinity_emb[all] usearch
WORKDIR /app
COPY . .
CMD python main.py