Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
cvllama3hackathon
/
MongooseMiner
like
0
Paused
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
11ac6f7
MongooseMiner
/
Dockerfile
michaelfeil
add mongooseminer
11ac6f7
12 months ago
raw
Copy download link
history
blame
Safe
Wrap lines
120 Bytes
from
python:
3.10
-slim
RUN
pip install groq gradio infinity_emb[all] usearch
WORKDIR
/app
COPY
. .
CMD
python main.py