| FROM huggingface/competitions:latest | |
| RUN pip install --no-cache-dir \ | |
| trimesh \ | |
| numpy \ | |
| scipy \ | |
| faiss-cpu | |
| CMD uvicorn competitions.app:app --host 0.0.0.0 --port 7860 --workers 1 |
| FROM huggingface/competitions:latest | |
| RUN pip install --no-cache-dir \ | |
| trimesh \ | |
| numpy \ | |
| scipy \ | |
| faiss-cpu | |
| CMD uvicorn competitions.app:app --host 0.0.0.0 --port 7860 --workers 1 |