PBWR's picture
Update Dockerfile
aee0896 verified
raw
history blame contribute delete
223 Bytes
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