File size: 223 Bytes
0a695c4
cf71c0c
 
 
 
 
aee0896
 
 
cf71c0c
0a695c4
1
2
3
4
5
6
7
8
9
10
11
FROM huggingface/competitions:latest

RUN pip install --no-cache-dir \
    trimesh \
    numpy \
    scipy \
    faiss-cpu \
    rtree \
    tqdm 
    
CMD uvicorn competitions.app:app --host 0.0.0.0 --port 7860 --workers 1