SnakeCLEF2024 / Dockerfile
picekl's picture
feat: onnxruntime support
bb603a5 verified
raw
history blame
138 Bytes
FROM huggingface/competitions:latest
RUN pip install onnxruntime
CMD uvicorn competitions.app:app --host 0.0.0.0 --port 7860 --workers 1