File size: 199 Bytes
0a695c4
cf71c0c
 
 
 
 
 
 
0a695c4
1
2
3
4
5
6
7
8
9
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