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